dongjoon-hyun commented on code in PR #47516:
URL: https://github.com/apache/spark/pull/47516#discussion_r1699073100
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/metric/SQLMetricsSuite.scala:
##########
@@ -935,21 +939,46 @@ class SQLMetricsSuite extends SharedSparkSession with
SQLMetricsTestUtils
assert(windowGroupLimit.get.metrics("numOutputRows").value == 2L)
}
+ test("SPARK-49038: Correctly filter out invalid accumulator metrics") {
Review Comment:
Thank you for adding this.
--
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]