Yohahaha commented on code in PR #8913:
URL: https://github.com/apache/incubator-gluten/pull/8913#discussion_r1984537997
##########
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:
what the difference between `spark.gluten.sql.columnar.expand` and here.
--
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]