HyukjinKwon commented on a change in pull request #35735:
URL: https://github.com/apache/spark/pull/35735#discussion_r820309133
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
##########
@@ -4294,6 +4294,37 @@ class SQLQuerySuite extends QueryTest with
SharedSparkSession with AdaptiveSpark
Row(3, 2, 6) :: Nil)
}
}
+
+ test("SC-93338: Cover the histogram_numeric aggregate function for many
input types") {
Review comment:
```suggestion
test("SPARK-38415: Cover the histogram_numeric aggregate function for many
input types") {
```
--
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]