LantaoJin edited a comment on pull request #31119:
URL: https://github.com/apache/spark/pull/31119#issuecomment-758465100


   > Is "canceling SQL statement" a STS specific feature? It doesn't seem to be 
implemented properly, as we lack the ability to track all the spark jobs 
submitted by one SQL statement.
   
   Job group is not a STS specific feature. It's a API in SparkContext. But 
currently, only STS sets it with `statementId` in 
`SparkExecuteStatementOperation`, SQL CLI doesn't use it. So using the random 
UUID if not specified should be compatible with current implementation.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to