mihaibudiu commented on code in PR #3634:
URL: https://github.com/apache/calcite/pull/3634#discussion_r1456362816
##########
core/src/test/java/org/apache/calcite/test/ReflectiveSchemaTest.java:
##########
@@ -919,4 +922,30 @@ public static class DateColumnSchema {
"EXPR$0=0",
"EXPR$0=null");
}
+
+ /**
+ * Test that the row count statistic can be retrieved from a
+ * ReflectiveSchema.
+ *
+ * @see <a
href="https://issues.apache.org/jira/browse/CALCITE-5649">[CALCITE-5649]</a>
+ *
+ * @throws Exception on error
Review Comment:
well, a test does either throw or doesn't
I think this comment is not useful.
--
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]