Jackie-Jiang commented on a change in pull request #5867: URL: https://github.com/apache/incubator-pinot/pull/5867#discussion_r472403183
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTestSet.java ########## @@ -231,6 +231,13 @@ public void testHardcodedSqlQueries() testSqlQuery(query, Collections.singletonList(query)); query = "SELECT MAX(ArrDelay), Month FROM mytable GROUP BY Month ORDER BY ABS(Month - 6) + MAX(ArrDelay)"; testSqlQuery(query, Collections.singletonList(query)); + + // Post-aggregation in SELECT Review comment: Sounds good, added ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org