Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/15049#discussion_r150699067
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -327,6 +327,13 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val PARQUET_RECORD_FILTER_ENABLED =
buildConf("spark.sql.parquet.recordFilter")
+ .doc("Whether to allow the record-level filtering via Parquet API.
When " +
+ "'spark.sql.parquet.filterPushdown' is disabled, this configuration
does not " +
+ "have any effect.")
--- End diff --
and even if we enable `spark.sql.parquet.enableVectorizedReader`, we can
still fallback if it contains non-`AtomicType`. Let me just take out `' and
'spark.sql.parquet.enableVectorizedReader' are enabled` if you wouldn't mind.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]