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

Andrew Duffy resolved SPARK-17091.
----------------------------------
    Resolution: Won't Fix

Should've closed this last year, but at the time based on Hyukjin Kwon's 
profiling, evaluating the disjunction at the Spark level was determined to 
yield better performance.

> ParquetFilters rewrite IN to OR of Eq
> -------------------------------------
>
>                 Key: SPARK-17091
>                 URL: https://issues.apache.org/jira/browse/SPARK-17091
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Andrew Duffy
>
> Past attempts at pushing down the InSet operation for Parquet relied on 
> user-defined predicates. It would be simpler to rewrite an IN clause into the 
> corresponding OR union of a set of equality conditions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to