jinchengchenghh commented on code in PR #11606:
URL: 
https://github.com/apache/incubator-gluten/pull/11606#discussion_r2872892268


##########
backends-velox/src/main/scala/org/apache/gluten/config/VeloxConfig.scala:
##########
@@ -274,6 +274,16 @@ object VeloxConfig extends ConfigRegistry {
       .checkValue(_ > 0, "must be a positive number")
       .createWithDefault(10000)
 
+  val MAX_TARGET_FILE_SIZE_SESSION =
+    
buildConf("spark.gluten.sql.columnar.backend.velox.maxTargetFileSizeSession")

Review Comment:
   Please remove Session suffix, this is Velox code config type suffix, not the 
config itself



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