viirya commented on a change in pull request #33695:
URL: https://github.com/apache/spark/pull/33695#discussion_r687444756



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -897,6 +897,13 @@ object SQLConf {
       .booleanConf
       .createWithDefault(true)
 
+  val PARQUET_VECTORIZED_READER_NESTED_COLUMN_ENABLED =
+    buildConf("spark.sql.parquet.enableNestedColumnVectorizedReader")
+      .doc("Enables vectorized Parquet decoding for nested columns (e.g., 
struct, list, map).")
+      .version("3.3.0")
+      .booleanConf
+      .createWithDefault(false)

Review comment:
       As we don't push this into 3.2 and there is still a while before 3.3. We 
already have a config for vectorized reader. We may not need a separate config.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to