gengliangwang commented on pull request #31119: URL: https://github.com/apache/spark/pull/31119#issuecomment-758721339
> hmm, IIRC the SQL UI can know all the jobs of a SQL statement, how is that done? cc @gengliangwang For SQL execution, the SparkListenerJobStart event contains the SQL execution ID. So that Spark can associate the jobs to SQL execution in `SQLAppStatusListener.onJobStart` ---------------------------------------------------------------- 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]
