Ryan Blue created SPARK-26666:
---------------------------------

             Summary: DataSourceV2: Add overwrite and dynamic overwrite.
                 Key: SPARK-26666
                 URL: https://issues.apache.org/jira/browse/SPARK-26666
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.4.0
            Reporter: Ryan Blue


DataSourceV2 will support overwrite operations using the following two 
interfaces (from the write side design doc):

{code:lang=java}
public interface SupportsOverwrite extends WriteBuilder {
  WriteBuilder overwrite(Filter[] filters)
}

public interface SupportsDynamicOverwrite extends WriteBuilder {
  WriteBuilder overwriteDynamicPartitions()
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to