yhuang-db commented on code in PR #52673:
URL: https://github.com/apache/spark/pull/52673#discussion_r2447046119
##########
sql/core/src/test/scala/org/apache/spark/sql/ApproxTopKSuite.scala:
##########
@@ -702,4 +770,76 @@ class ApproxTopKSuite extends QueryTest with
SharedSparkSession {
parameters = Map("size1" -> "10", "size2" -> "20")
)
}
+
+ test("SPARK-53960: combine and estimate count NULL values") {
+ sql(
Review Comment:
Thanks. Added to all tests with views.
--
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]