cfmcgrady commented on a change in pull request #31156:
URL: https://github.com/apache/spark/pull/31156#discussion_r557079314



##########
File path: 
sql/core/src/main/scala/org/apache/spark/sql/util/QueryExecutionListener.scala
##########
@@ -124,13 +131,27 @@ class ExecutionListenerManager private[sql](session: 
SparkSession, loadExtension
   }
 }
 
-private[sql] class ExecutionListenerBus(session: SparkSession)

Review comment:
       We don't break the assumption with this change. SQL executions will 
catch by the launched session listener manager because we only send the 
`SparkListenerSQLExecutionStart` event to the launched session listener manager 
(see the change in the file `SQLExecution.scala`)  and process the 
`SparkListenerSQLExecutionEnd` event with the same listener manager.




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