mridulm commented on code in PR #47815:
URL: https://github.com/apache/spark/pull/47815#discussion_r1747393173
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -264,8 +284,10 @@ class SparkSession private(
Some(sharedState),
Some(sessionState),
extensions,
- Map.empty)
+ Map.empty,
+ managedJobTags.asScala.toMap)
Review Comment:
Unfortunately, it is a mutable concurrent map - and is backed by the same
map (so changes propagate back to `managedJobTags`).
--
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]