jackylee-ch commented on code in PR #9327:
URL: https://github.com/apache/incubator-gluten/pull/9327#discussion_r2055104618


##########
backends-velox/src/main/scala/org/apache/gluten/config/VeloxConfig.scala:
##########
@@ -594,4 +594,11 @@ object VeloxConfig {
       .stringConf
       .checkValues(Set("loose", "strict"))
       .createWithDefault("loose")
+
+  private val COLUMNAR_VELOX_MEMORY_CHECK_USAGE_LEAK =
+    buildConf("spark.gluten.sql.columnar.backend.velox.checkUsageLeak")

Review Comment:
   It seem this config is a static conf, we need use `buildStaticConf` to avoid 
runtime change



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