LantaoJin commented on pull request #31119:
URL: https://github.com/apache/spark/pull/31119#issuecomment-761914392


   @cloud-fan , it is a little bit hard to use execution id as group Id since 
`SparkExecuteStatementOperation` has no chance to get the execution id before 
executing and the statement id (UUID) used as job group id looks very 
self-consistent in STS. So a simple way to fix this is to know the group id is 
set by whom: if the group id is set by STS, use group id as `runId`, or else 
use a random UUID as `runId`.


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

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