zecookiez commented on code in PR #49816:
URL: https://github.com/apache/spark/pull/49816#discussion_r1947316426
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/metric/SQLMetrics.scala:
##########
@@ -198,6 +198,12 @@ object SQLMetrics {
acc
}
+ def createPartitionMetric(sc: SparkContext, name: String, initValue: Long =
-1L): SQLMetric = {
Review Comment:
I wanted to keep it distinguished from creating size metrics since it's not
exactly what we're looking for, but I'm also not sure if `SIZE_METRIC` fits
either 😕 do you happen to know the difference between these?
--
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]