pan3793 commented on code in PR #6482:
URL: https://github.com/apache/kyuubi/pull/6482#discussion_r1644474972


##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -2761,6 +2761,14 @@ object KyuubiConf {
       .version("1.10.0")
       .fallbackConf(OPERATION_INCREMENTAL_COLLECT)
 
+  val ENGINE_SPARK_OPERATION_INCREMENTAL_COLLECT_SKIP_CANCEL_GROUP: 
ConfigEntry[Boolean] =
+    
buildConf("kyuubi.engine.spark.operation.incremental.collect.skip.cancel.group")

Review Comment:
   let rename it and mark it as internal, in most cases, users should not tune 
it.
   ```
   
kyuubi.engine.spark.operation.incremental.collect.cancelJobGroupAfterExecutionFinished
   ```
   
   



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