ArnavBalyan commented on code in PR #8913:
URL: https://github.com/apache/incubator-gluten/pull/8913#discussion_r1984661537


##########
shims/common/src/main/scala/org/apache/gluten/config/GlutenConfig.scala:
##########
@@ -1691,4 +1693,10 @@ object GlutenConfig {
       .checkValue(_ > 0, s"must be positive.")
       .createWithDefault(10)
 
+  val COLUMNAR_RANGE_ENABLED =
+    buildConf("spark.gluten.sql.columnar.range")

Review Comment:
   spark.gluten.sql.columnar.expand belongs to the expand operator. 
`spark.gluten.sql.columnar.range` is meant for the newly added columnar range



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