richardstartin commented on a change in pull request #8408: URL: https://github.com/apache/pinot/pull/8408#discussion_r835343834
########## File path: pinot-core/src/test/java/org/apache/pinot/queries/ExplainPlanQueriesTest.java ########## @@ -505,7 +505,7 @@ public void testSelectAggregate() { result1.add(new Object[]{"AGGREGATE_METADATA", 2, 1}); check(query1, new ResultTable(DATA_SCHEMA, result1)); - String query2 = "EXPLAIN PLAN FOR SELECT min(invertedIndexCol1) FROM testTable"; + String query2 = "EXPLAIN PLAN FOR SELECT distinctcounthll(invertedIndexCol1) FROM testTable"; Review comment: The purpose of this test is to exercise the plan node; the particular query is unimportant -- 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...@pinot.apache.org 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