Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/21224#discussion_r185988219
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
---
@@ -342,6 +342,7 @@ class ParquetFil
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/21224
---
-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/21224#discussion_r185975883
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
---
@@ -342,6 +342,7 @@ class ParquetFileFor
Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/21224#discussion_r185876764
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
---
@@ -342,6 +342,7 @@ class ParquetFil
GitHub user cloud-fan opened a pull request:
https://github.com/apache/spark/pull/21224
[SPARK-24167][SQL] ParquetFilters should not access SQLConf at executor side
## What changes were proposed in this pull request?
This PR is extracted from #21190 , to make it easier to ba