GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-9876][SQL][FOLLOWUP] Enable string and binary tests for Parquet 
predicate pushdown

    ## What changes were proposed in this pull request?
    
    It seems Parquet has been upgraded to 1.8.1 by 
https://github.com/apache/spark/pull/13280. So,  this PR enables string and 
binary predicate push down which was disabled due to 
[SPARK-11153](https://issues.apache.org/jira/browse/SPARK-11153) and 
[PARQUET-251](https://issues.apache.org/jira/browse/PARQUET-251) and cleans up 
some comments unremoved (I think by mistake).
    
    ## How was this patch tested?
    
    Unit tests in `ParquetFilters`
    
    


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

    $ git pull https://github.com/HyukjinKwon/spark parquet-1.8-followup

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

    https://github.com/apache/spark/pull/13389.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 #13389
    
----
commit 4b22a7c853a64065e2f0b1ba60a7cb66cebfe2f0
Author: hyukjinkwon <[email protected]>
Date:   2016-05-29T04:54:44Z

    Enable string and binary test for Parquet predicate

----


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