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] [Resolved] (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 resolved SPARK-26666.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 23606
[https://github.com/apache/spark/pull/23606]

> 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
>             Fix For: 3.0.0
>
>
> 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