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



##########
File path: 
dev/kyuubi-extension-spark-3-1/src/main/scala/org/apache/kyuubi/sql/KyuubiSQLConf.scala
##########
@@ -67,4 +67,13 @@ object KyuubiSQLConf {
       .version("1.2.0")
       .booleanConf
       .createWithDefault(false)
+
+  val SQL_CLASSIFICATION_ENABLED =
+    buildConf("kyuubi.spark.sql.classification.enabled")
+      .doc("When true, allows Kyuubi engine to judge this SQL's classification 
" +
+        "and set it into sessionConf." +
+        "Through this configuration item, Spark can optimizing configuration 
dynamic")
+      .version("1.3.0")

Review comment:
       1.4




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


Reply via email to