[ 
https://issues.apache.org/jira/browse/SPARK-16010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15335354#comment-15335354
 ] 

Apache Spark commented on SPARK-16010:
--------------------------------------

User 'gatorsmile' has created a pull request for this issue:
https://github.com/apache/spark/pull/13728

> Code Refactoring, Test Case Improvement and Description Updates for SQLConf 
> spark.sql.parquet.filterPushdown 
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-16010
>                 URL: https://issues.apache.org/jira/browse/SPARK-16010
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>
> Starting Spark 2.0, vectorized decoding is introduced for parquet reading. 
> This feature changes the filter pushdown behavior of parquet reading. Thus, 
> we need to update the out-of-dated description of two external `SQLConf`: 
> `spark.sql.parquet.filterPushdown` and 
> `spark.sql.parquet.enableVectorizedReader`. 
> The code for building `parquetReader` can be slightly simplified for easy 
> maintenance. 
> The current test cases do not verify the behavior when 
> `spark.sql.parquet.filterPushdown` is set to `false`, a test case for 
> improving the test case coverage. 



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