Github user LantaoJin commented on the issue:

    https://github.com/apache/spark/pull/20803
  
    I have decoupled the sqlText with sql execution. In current implementation, 
when user invoke spark.sql(xx), it will create a new 
SparkListenerSQLTextCaptured event to listenerbus. Then in 
SQLAppStatusListener, the information will be stored and all the sql sentences 
will display in AllExecutionPage in order with submission time, instead of in 
each ExecutionPage. I will upload the commit after testing.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to