@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.for the definition of partition.| Modifier and Type | Method and Description |
|---|---|
void |
setOverwrite(boolean overwrite)
Configures whether the insert should overwrite existing data or not.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.