You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/09/16 01:02:46 UTC

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

    [ https://issues.apache.org/jira/browse/SPARK-6715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746442#comment-14746442 ] 

Josh Rosen commented on SPARK-6715:
-----------------------------------

Per discussion on the PR, I believe that this is "Won't Fix" for 1.x?

> 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