Interface OverwritableTableSink
-
@Deprecated @Internal public interface OverwritableTableSink
Deprecated.This interface will not be supported in the new sink design aroundDynamicTableSink
. UseSupportsOverwrite
instead. See FLIP-95 for more information.ATableSink
that supports INSERT OVERWRITE should implement this trait. INSERT OVERWRITE will overwrite any existing data in the table or partition.- See Also:
for the definition of partition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
setOverwrite(boolean overwrite)
Deprecated.Configures whether the insert should overwrite existing data or not.
-