Description
DataSourceV2 will support overwrite operations using the following two interfaces (from the write side design doc):
public interface SupportsOverwrite extends WriteBuilder { WriteBuilder overwrite(Filter[] filters) } public interface SupportsDynamicOverwrite extends WriteBuilder { WriteBuilder overwriteDynamicPartitions() }
Attachments
Issue Links
- links to