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


##########
extensions/spark/kyuubi-extension-spark-common/src/main/scala/org/apache/kyuubi/sql/KyuubiSQLConf.scala:
##########
@@ -284,4 +284,34 @@ object KyuubiSQLConf {
       .version("1.8.0")
       .intConf
       .createWithDefault(Int.MaxValue)
+
+  val GLUTEN_NON_SUPPORT_OPERATOR_LIST =
+    buildConf("spark.sql.gluten.nonSupportOperatorList")

Review Comment:
   how about naming `spark.sql.gluten.fastFallbackOperators`? and as an open 
source projects, we'd better make the default value match a released version 
instead of the current main branch of Gluten



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