cloud-fan commented on a change in pull request #24666: 
[SPARK-27482][SQL][WEBUI] Show BroadcastHashJoinExec numOutputRows statistics 
info on SparkSQL UI page
URL: https://github.com/apache/spark/pull/24666#discussion_r288456641
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/metric/SQLMetrics.scala
 ##########
 @@ -193,6 +194,14 @@ object SQLMetrics {
     }
   }
 
+  def stringStats(value: Long): String = {
 
 Review comment:
   one example: we can also display the difference between real row count and 
estimated row count, e.g. `10X`, `0.01X`, etc.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to