hvanhovell commented on code in PR #47815:
URL: https://github.com/apache/spark/pull/47815#discussion_r1745480347
##########
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:
qq, does this produce an immutable map (I think it should)? If so, then you
don't have to force materialization.
--
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]