gengliangwang commented on code in PR #51308:
URL: https://github.com/apache/spark/pull/51308#discussion_r2193658620
##########
sql/core/src/test/scala/org/apache/spark/sql/DataFrameAggregateSuite.scala:
##########
@@ -2931,6 +2904,112 @@ class DataFrameAggregateSuite extends QueryTest
res,
Row(LocalTime.of(22, 1, 0), LocalTime.of(3, 0, 0)))
}
+
+ test("SPARK-52588: accumulate and estimate of Integer with default
parameters") {
Review Comment:
Let's also test inputs with different data types, similar to the
approx_top_k function.
--
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]