rubenada commented on code in PR #3861:
URL: https://github.com/apache/calcite/pull/3861#discussion_r1680550774


##########
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:
   I think it is arguably clear that the aggregate comes from the distinct (I'm 
just replicating the same patter of test method name and test code from the 
existing ones).
   Added javadoc with 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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to