juliuszsompolski commented on PR #41964:
URL: https://github.com/apache/spark/pull/41964#issuecomment-1654655977

   OperationId could indeed maybe be more useful instead. If a user uses 
connect api like SparkSession.interruptOperation, they pass just operationId.
   The only time a user would want to use jobTag is if they wanted to directly 
call SparkContext.interruptJobsWithTag, which is a rather internal use.
   We could consider displaying 
SparkListenerConnectOperationStarted.sparkSessionTags, because these are uses 
settable (via connect SparkSession.addTag / removeTag / clearTags), and they 
are used by users to call connect SparkSession.interruptTag.
   


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