maytasm3 commented on a change in pull request #9187: Implement ANY aggregator URL: https://github.com/apache/druid/pull/9187#discussion_r367628285
########## File path: sql/src/test/java/org/apache/druid/sql/calcite/util/CalciteTests.java ########## @@ -377,6 +377,15 @@ public AuthenticationResult createEscalatedAuthenticationResult() ); public static final List<InputRow> ROWS1_WITH_NUMERIC_DIMS = ImmutableList.of( + createRow( Review comment: Actually, I think it's fine to just test with the same numfoo datasource (with first row being non-null) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
