Interface OverwritableTableSink
Deprecated.
A
TableSink that supports INSERT OVERWRITE should implement this trait. INSERT OVERWRITE
will overwrite any existing data in the table or partition.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOverwrite(boolean overwrite) Deprecated.Configures whether the insert should overwrite existing data or not.
-
Method Details
-
setOverwrite
void setOverwrite(boolean overwrite) Deprecated.Configures whether the insert should overwrite existing data or not.
-
DynamicTableSink. UseSupportsOverwriteinstead. See FLIP-95 for more information.