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 2018/06/06 19:04:00 UTC

[jira] [Created] (SPARK-24478) DataSourceV2 should push filters and projection at physical plan conversion

Ryan Blue created SPARK-24478:
---------------------------------

             Summary: DataSourceV2 should push filters and projection at physical plan conversion
                 Key: SPARK-24478
                 URL: https://issues.apache.org/jira/browse/SPARK-24478
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.3.0
            Reporter: Ryan Blue


DataSourceV2 currently pushes filters and projected columns in the optimized plan, but this requires creating and configuring a reader multiple times and prevents the v2 relation's output from being a fixed argument of the relation case class. It is also much cleaner (see PR [#21262|https://github.com/apache/spark/pull/21262]).



--
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