Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/14450
  
    Oh, I think this should not be backported to 2.0 and 1.x. In current 
releases, this is all being manually prevented in Spark itself (in 
[here](https://github.com/apache/spark/blob/branch-2.0/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilters.scala#L171-L180)).
 Also, they use Parquet 1.7.0/1.6.0rc3 but this was fixed in Parquet 1.8.0 
(assuming from 
[PARQUET-251](https://issues.apache.org/jira/browse/PARQUET-251)).
    
    In master branch, this safeguard was removed with upgrading Parquet to 
1.8.1 in [SPARK-9876](https://issues.apache.org/jira/browse/SPARK-9876). So, I 
believe this PR is only related with the current master.



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