J-HowHuang commented on code in PR #15138: URL: https://github.com/apache/pinot/pull/15138#discussion_r1975982749
########## pinot-core/src/test/java/org/apache/pinot/queries/ExplainPlanQueriesTest.java: ########## @@ -2301,13 +2298,12 @@ public void testSelectAggregateUsingFilterIndexVerbose() { result7.add(new Object[]{ "PLAN_START(numSegmentsForThisPlan:1)", ExplainPlanRows.PLAN_START_IDS, ExplainPlanRows.PLAN_START_IDS }); - result7.add(new Object[]{"FAST_FILTERED_COUNT", 3, 2}); - result7.add(new Object[]{"FILTER_EMPTY", 4, 3}); + result7.add(new Object[]{"AGGREGATE_NO_SCAN", 3, 2}); result7.add(new Object[]{ "PLAN_START(numSegmentsForThisPlan:1)", ExplainPlanRows.PLAN_START_IDS, ExplainPlanRows.PLAN_START_IDS }); result7.add(new Object[]{"FAST_FILTERED_COUNT", 3, 2}); - result7.add(new Object[]{"FILTER_MATCH_ENTIRE_SEGMENT(docs:3)", 4, 3}); + result7.add(new Object[]{"FILTER_EMPTY", 4, 3}); Review Comment: I don't know exactly why they change their order in the explain result table -- 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