cloud-fan commented on code in PR #41864:
URL: https://github.com/apache/spark/pull/41864#discussion_r1262238391
##########
sql/core/src/test/scala/org/apache/spark/sql/CountMinSketchAggQuerySuite.scala:
##########
@@ -61,4 +61,23 @@ class CountMinSketchAggQuerySuite extends QueryTest with
SharedSparkSession {
assert(sketch == reference)
}
+
+ test("count-min sketch with named-arguments") {
Review Comment:
nit: we can remove this end-to-end test if `named-function-arguments.sql`
includes `count_min_sketch`
--
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]