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/10/09 03:46:00 UTC

[jira] [Resolved] (SPARK-29373) DataSourceV2: Commands should not submit a spark job.

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

Wenchen Fan resolved SPARK-29373.
---------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

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

> DataSourceV2: Commands should not submit a spark job.
> -----------------------------------------------------
>
>                 Key: SPARK-29373
>                 URL: https://issues.apache.org/jira/browse/SPARK-29373
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Terry Kim
>            Assignee: Terry Kim
>            Priority: Blocker
>             Fix For: 3.0.0
>
>
> DataSourceV2 Exec classes (ShowTablesExec, ShowNamespacesExec, etc.) all extend LeafExecNode. This results in running a job when executeCollect() is called. This breaks the previous behavior [SPARK-19650|https://issues.apache.org/jira/browse/SPARK-19650].
> A new command physical operator will be introduced form which all V2 Exec classes derive to avoid running a job.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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