exmy commented on code in PR #7992:
URL: https://github.com/apache/incubator-gluten/pull/7992#discussion_r1856037382


##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1979,10 +1979,10 @@ object GlutenConfig {
       .booleanConf
       .createWithDefault(false)
 
-  val ENABLE_EXTENDED_GENERATOR_NESTED_COLUMN_ALIASING =
-    buildConf("spark.gluten.sql.extendedGeneratorNestedColumnAliasing")
+  val ENABLE_EXTENDED_COLUMN_PRUNING =
+    buildConf("spark.gluten.sql.extendedColumnPruning")

Review Comment:
   `spark.gluten.sql.extendedColumnPruning.enabled` may be better.



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