GitHub user viirya opened a pull request:

    https://github.com/apache/spark/pull/13371

    [SPARK-15639][SQL] Try to push down filter at RowGroups level for parquet 
reader

    ## What changes were proposed in this pull request?
    
    When we use vecterized parquet reader, although the base reader (i.e., 
`SpecificParquetRecordReaderBase`) will retrieve pushed-down filters for 
RowGroups-level filtering, we seems not really set up the filters to be pushed 
down. This patch tries to set the filters for pushing down to configuration for 
the reader.
    
    ## How was this patch tested?
    Existing tests should be passed.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/viirya/spark-1 
vectorized-reader-push-down-filter

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13371.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13371
    
----
commit 5687a3b5527817c809244305468bfe4968bedcec
Author: Liang-Chi Hsieh <[email protected]>
Date:   2016-05-28T05:03:06Z

    Try to push down filter at RowGroups level for parquet reader.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to