beliefer commented on PR #41443:
URL: https://github.com/apache/spark/pull/41443#issuecomment-1592403502

   > @beliefer I am not sure what you are saying here? Can you elaborate?
   
   Spark Driver is an independent and stable system.  The Spark driver uses 
`SparkListenerEvent`s independently. Spark has many application, like SQL, 
MLlib, Python and so on. All the applications are on top of Spark's 
architecture. We should keep the independence of the application(e.g. Connect)  
and spark.
   
   On the other hand, `SparkListenerEvent` is used by Spark schedule but the 
state of Connect operation(e.g. cancel).


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

Reply via email to