cloud-fan commented on a change in pull request #35744:
URL: https://github.com/apache/spark/pull/35744#discussion_r821705409



##########
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/QueryPlanningTracker.scala
##########
@@ -90,7 +91,7 @@ object QueryPlanningTracker {
 }
 
 
-class QueryPlanningTracker {
+class QueryPlanningTracker extends Logging {

Review comment:
       This is for third-party tools to track the query status... If we want 
Spark to show these metrics out of the box, I don't think log is the right 
place. Web UI is probably better but we need some design.




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