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

Yin Huai resolved SPARK-13922.
------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 11749
[https://github.com/apache/spark/pull/11749]

> Filter rows with null attributes in parquet vectorized reader
> -------------------------------------------------------------
>
>                 Key: SPARK-13922
>                 URL: https://issues.apache.org/jira/browse/SPARK-13922
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Sameer Agarwal
>             Fix For: 2.0.0
>
>
> It's common for many SQL operators to not care about reading null values for 
> correctness. Currently, this is achieved by performing `isNotNull` checks 
> (for  all relevant columns) on a per-row basis. Pushing these null filters in 
> parquet vectorized reader should bring considerable benefits (especially for 
> cases when the underlying data doesn't contain any nulls or contains all 
> nulls).



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