cloud-fan commented on code in PR #57460:
URL: https://github.com/apache/spark/pull/57460#discussion_r3638223740
##########
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala:
##########
@@ -589,6 +589,59 @@ class DataFrameAggregateSuite extends SharedSparkSession
Row(null, null, null, null, null))
}
+ test("SPARK-58210: empty-buffer merge must not overflow to NaN for
statistical aggregates") {
Review Comment:
Please use `SPARK-58291` in both new test names. `SPARK-58210` points
searches and test-failure reports at the wrong issue.
--
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]