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

Cheng Lian resolved SPARK-16400.
--------------------------------
       Resolution: Fixed
         Assignee: Reynold Xin
    Fix Version/s: 2.1.0

Resolved by https://github.com/apache/spark/pull/14076

> Remove InSet filter pushdown from Parquet
> -----------------------------------------
>
>                 Key: SPARK-16400
>                 URL: https://issues.apache.org/jira/browse/SPARK-16400
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Reynold Xin
>             Fix For: 2.1.0
>
>
> Filter pushdown that needs to be evaluated per row is not useful to Spark, 
> since parquet-mr own filtering is likely to be less performant than Spark's 
> due to boxing and virtual function dispatches.
> To simplify the code base, we should remove the InSet filters.



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

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

Reply via email to