zhztheplayer commented on code in PR #5375:
URL: https://github.com/apache/incubator-gluten/pull/5375#discussion_r1562110809
##########
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:
It seems that a 0 indicates that spill is disabled. It's OK to allow the
setting. (0 is the initial spilling level)
--
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]