DynamicTableSink. Use SupportsOverwrite instead. See FLIP-95 for more information.@Deprecated @Experimental public interface OverwritableTableSink
TableSink that supports INSERT OVERWRITE should implement this trait. INSERT OVERWRITE
will overwrite any existing data in the table or partition.for the definition of partition.| Modifier and Type | Method and Description |
|---|---|
void |
setOverwrite(boolean overwrite)
Deprecated.
Configures whether the insert should overwrite existing data or not.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.