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.| 限定符和类型 | 方法和说明 |
|---|---|
void |
setOverwrite(boolean overwrite)
已过时。
Configures whether the insert should overwrite existing data or not.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.