-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-44422][CONNECT] Spark Connect fine grained interrupt #42009
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
16d126f
6d073cc
380a373
4d9ad53
6095e6b
65e9cf5
ae6cbaf
b213c00
a297d45
e6bdcab
32126e7
2e32219
608c792
5112ccf
3655ebf
6024e24
63f7a05
652091f
8198654
e4047e3
b8a4ac7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,7 +108,7 @@ private[connect] class ExecuteHolder( | |
| * need to be combined with userId and sessionId. | ||
| */ | ||
| def tagToSparkJobTag(tag: String): String = { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @juliuszsompolski input
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for spotting! to #42120 ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sure |
||
| "SparkConnectUserDefinedTag_" + | ||
| "SparkConnect_Tag_" + | ||
| s"User_${sessionHolder.userId}_Session_${sessionHolder.sessionId}" | ||
| } | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.