You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2016/07/06 19:01:11 UTC

[jira] [Created] (SPARK-16400) Remove InSet filter pushdown from Parquet

Reynold Xin created SPARK-16400:
-----------------------------------

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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org