You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/05/17 04:22:00 UTC

[jira] [Assigned] (SPARK-32792) Improve in filter pushdown for ParquetFilters

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

Dongjoon Hyun reassigned SPARK-32792:
-------------------------------------

    Assignee: Yuming Wang

> Improve in filter pushdown for ParquetFilters
> ---------------------------------------------
>
>                 Key: SPARK-32792
>                 URL: https://issues.apache.org/jira/browse/SPARK-32792
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.0
>            Reporter: Yuming Wang
>            Assignee: Yuming Wang
>            Priority: Major
>
> Support push down `GreaterThanOrEqual` minimum value and `LessThanOrEqual` maximum value  when its values exceeds `spark.sql.parquet.pushdown.inFilterThreshold`. For example:
> ```sql
> SELECT * FROM t WHERE id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15)
> ```
> We will push down `id >= 1 and id <= 15`.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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