dongjoon-hyun commented on code in PR #56528:
URL: https://github.com/apache/spark/pull/56528#discussion_r3416976775
##########
sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/session/HiveSessionImpl.java:
##########
@@ -234,6 +234,20 @@ private void configureSession(Map<String, String>
sessionConfMap) throws HiveSQL
}
}
+ // SPARK-57480: resolved at server init time by SparkSQLSessionManager so
the per-session
+ // JDBC `set:` overlay cannot mutate it through `set:hiveconf:`. See
setAllowSettingSystemProperties.
Review Comment:
Maybe, too long?
--
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]