You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2019/02/18 06:00:00 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-26666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wenchen Fan reassigned SPARK-26666:
-----------------------------------

    Assignee: Ryan Blue

> 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
>            Assignee: Ryan Blue
>            Priority: Major
>
> 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