ulysses-you commented on code in PR #5321:
URL: https://github.com/apache/kyuubi/pull/5321#discussion_r1349664629
##########
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:
+1, let's remove the default value and mark it as optional.
--
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]