Interface SupportsOverwrite
-
@PublicEvolving public interface SupportsOverwriteEnables to overwrite existing data in aDynamicTableSink.By default, if this interface is not implemented, existing tables or partitions cannot be overwritten using e.g. the SQL
INSERT OVERWRITEclause.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyOverwrite(boolean overwrite)Provides whether existing data should be overwritten or not.
-