mihaibudiu commented on code in PR #3861:
URL: https://github.com/apache/calcite/pull/3861#discussion_r1679729325
##########
core/src/test/java/org/apache/calcite/test/RelMetadataTest.java:
##########
@@ -788,6 +788,20 @@ final RelMetadataFixture sql(String sql) {
sql(sql).assertThatRowCount(is(1D), is(0D), is(1D));
}
+ @Test void testRowCountAggregateConstantKeysOnBigInput() {
Review Comment:
It's not obvious why this is an aggregate, I assume some rewrite step
converts it into one.
That could use a comment.
Do you want to mention the JIRA case?
--
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]