yaooqinn commented on code in PR #36407:
URL: https://github.com/apache/spark/pull/36407#discussion_r864801450
##########
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLEnv.scala:
##########
@@ -48,11 +50,18 @@ private[hive] object SparkSQLEnv extends Logging {
.setAppName(maybeAppName.getOrElse(s"SparkSQL::${Utils.localHostName()}"))
.set(SQLConf.DATETIME_JAVA8API_ENABLED, true)
+ // if user specified in-memory explicitly, we bypass enable hive support.
+ val shouldUseInmemoryCatalog =
Review Comment:
thanks, updated
--
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]