juliuszsompolski opened a new pull request, #41741:
URL: https://github.com/apache/spark/pull/41741

   ### What changes were proposed in this pull request?
   
   After further discussion, setting JobGroup in Spark Connect for the scope of 
the query is not necessary.
   Use cases that want to identify Spark Connect queries (e.g. SparkListener 
events from https://github.com/apache/spark/pull/41443) should use their jobTag 
for that instead.
   
   ### Why are the changes needed?
   
   Discussion around where Jobgroup should be used. Since there may be only one 
Jobgroup at a time, using it for Spark Connect queries is prone to being reset 
by another unrelated user. Better to use the new "jobTags".
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   CI


-- 
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]

Reply via email to