LantaoJin commented 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. ---------------------------------------------------------------- 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]
