cloud-fan commented on a change in pull request #33641:
URL: https://github.com/apache/spark/pull/33641#discussion_r689996224
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala
##########
@@ -79,6 +81,13 @@ case class AdaptiveSparkPlanExec(
case _ => logDebug(_)
}
+ override lazy val metrics = Map(
+ "num broadcast join conversions" ->
Review comment:
I think these are useful "numbers", but it's a bit weird to see them in
the UI (compared to low-level metrics like bytesRead, numPartitions). I think
we need a better place to put these numbers.
cc @maryannxue @hvanhovell @viirya
--
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]