zhouyuan commented on code in PR #5375:
URL: https://github.com/apache/incubator-gluten/pull/5375#discussion_r1562095505
##########
shims/common/src/main/scala/org/apache/gluten/GlutenConfig.scala:
##########
@@ -1249,6 +1251,13 @@ object GlutenConfig {
.checkValues(Set("none", "auto"))
.createWithDefault("auto")
+ val COLUMNAR_VELOX_MAX_SPILL_LEVEL =
+ buildConf("spark.gluten.sql.columnar.backend.velox.maxSpillLevel")
+ .internal()
+ .doc("The max allowed spilling level with zero being the initial
spilling level")
+ .intConf
+ .createWithDefault(6)
Review Comment:
do we really allow this to be set to 0?
--
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]