You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ryan Blue (JIRA)" <ji...@apache.org> on 2019/01/19 00:31:00 UTC

[jira] [Created] (SPARK-26666) DataSourceV2: Add overwrite and dynamic overwrite.

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org