HyukjinKwon commented on a change in pull request #24189: [SPARK-27253][SQL]
Prioritizes parent session's SQLConf over SparkConf when cloning a session
URL: https://github.com/apache/spark/pull/24189#discussion_r270253374
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SessionStateSuite.scala
##########
@@ -219,4 +222,21 @@ class SessionStateSuite extends SparkFunSuite {
val forkedSession = activeSession.cloneSession()
assert(activeSession.sharedState eq forkedSession.sharedState)
}
+
+ test("SPARK-27253 forked new session should not discard SQLConf overrides") {
Review comment:
nit: `SPARK-27253` -> `SPARK-27253:`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]