yaooqinn commented on code in PR #6404:
URL: https://github.com/apache/kyuubi/pull/6404#discussion_r1609540474
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala:
##########
@@ -262,6 +262,11 @@ object SparkSQLEngine extends Logging {
val rootDir =
_sparkConf.getOption("spark.repl.classdir").getOrElse(getLocalDir(_sparkConf))
val outputDir = Utils.createTempDir(prefix = "repl", root = rootDir)
_sparkConf.setIfMissing("spark.sql.legacy.castComplexTypesToString.enabled",
"true")
+ // SPARK-47911: we must set a value instead of leaving it as None,
otherwise, we will get a
Review Comment:
Yes. Defined None as default, then different cli can further define their
default behavior when meeting None
--
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]