Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc
  • Loading branch information
xupefei committed Nov 20, 2024
commit 1e320204b262025ead631cd9150ad4cbe2812e1a
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ class SparkSession private(

/**
* A map to hold the mapping from user-defined tags to the real tags attached to Jobs.
* Real tag have the current session ID attached: `"tag1" -> s"spark-session-$sessionUUID-tag1"`.
* Real tag have the current session ID attached:
* tag1" -> s"spark-session-$sessionUUID-thread-$threadUuid-tag1
*
*/
@transient
private[sql] lazy val managedJobTags = new InheritableThreadLocal[mutable.Map[String, String]] {
Expand Down