You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by GitBox <gi...@apache.org> on 2021/10/09 02:30:35 UTC

[GitHub] [incubator-kyuubi] yaooqinn commented on a change in pull request #1198: incremental collection

yaooqinn commented on a change in pull request #1198:
URL: https://github.com/apache/incubator-kyuubi/pull/1198#discussion_r725418135



##########
File path: externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/operation/SparkSQLOperationManager.scala
##########
@@ -66,9 +66,12 @@ class SparkSQLOperationManager private (name: String) extends OperationManager(n
 
     val operationModeStr =
       spark.conf.get(OPERATION_PLAN_ONLY.key, operationModeDefault).toUpperCase(Locale.ROOT)
+    val incrementCollect = conf.get(ENGINE_INCREMENTAL_COLLECT)

Review comment:
       why it's a kyuubi's session conf?




-- 
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: commits-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org