beryllw commented on code in PR #3227:
URL: https://github.com/apache/fluss/pull/3227#discussion_r3207158511
##########
fluss-spark/fluss-spark-ut/src/test/scala/org/apache/fluss/spark/SparkLogTableReadTest.scala:
##########
@@ -451,6 +451,20 @@ class SparkLogTableReadTest extends FlussSparkTestBase {
}
}
+ test("Spark Read: COUNT(*) without filter") {
Review Comment:
Perhaps we could add the COUNT(*) test case to the existing test("Spark
Read: log table") rather than introducing a new test.
Additionally, we should test COUNT(*) with filters and nullable column
types. It would also be worth testing against partitioned tables.
--
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]