You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2015/04/05 15:52:33 UTC

[jira] [Created] (SPARK-6715) Eliminate duplicate filters from pushdown predicates

Liang-Chi Hsieh created SPARK-6715:
--------------------------------------

             Summary: Eliminate duplicate filters from pushdown predicates
                 Key: SPARK-6715
                 URL: https://issues.apache.org/jira/browse/SPARK-6715
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Liang-Chi Hsieh
            Priority: Minor


Now in {{DataSourceStrategy}}, the pushdown predicates are duplicate of original {{Filter}} conditions. Thus, some predicates are performed both by data source relation and {{Filter}} plan. I think it is a duplicate loading. Once the predicates are pushed down and performed by a data source relation, it
can be eliminated from outside {{Filter}} plan's condition.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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