Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.18.0
-
None
Description
- When atomicity is enabled, an exception may occur when creating a DynamicTableSink, and we need to prompt the user to disable atomicity.
- When we use InMemoryCatalog, RTAS drop table will only delete the metadata, not clean up the underlying data files, RTAS write data does not use overwrite semantics by default, so it looks like the data is duplicated, this problem needs to be clarified in the documentation.