@PublicEvolving public interface SupportsOverwrite
DynamicTableSink
.
By default, if this interface is not implemented, existing tables or partitions cannot be
overwritten using e.g. the SQL INSERT OVERWRITE
clause.
Modifier and Type | Method and Description |
---|---|
void |
applyOverwrite(boolean overwrite)
Provides whether existing data should be overwritten or not.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.