jdesjean opened a new pull request, #41443: URL: https://github.com/apache/spark/pull/41443
### What changes were proposed in this pull request? Add new SparkListenerEvent during Spark Connect ExecutePlanRequest: SparkListenerConnectOperationStarted SparkListenerConnectOperationParsed SparkListenerConnectOperationCanceled, SparkListenerConnectOperationFailed SparkListenerConnectOperationFinished SparkListenerConnectOperationClosed SparkListenerConnectSessionClosed . ### Why are the changes needed? HiveThriftServer2EventManager currently posts events to the listener bus to allow external listeners to track query execution. Mirror these events in Spark Connect. Created new events instead of reusing the thrift events to allow them to evolve separately. ### Does this PR introduce _any_ user-facing change? <!-- Note that it means *any* user-facing change including all aspects such as the documentation fix. If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible. If possible, please also clarify if this is a user-facing change compared to the released Spark versions or within the unreleased branches such as master. If no, write 'No'. --> ### How was this patch tested? Manual + Unit -- 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]
