richardstartin commented on a change in pull request #8408: URL: https://github.com/apache/pinot/pull/8408#discussion_r837704008
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MetadataAndDictionaryAggregationPlanClusterIntegrationTest.java ########## @@ -242,10 +241,10 @@ public void testDictionaryBasedQueries() assertEquals(response.get("numEntriesScannedInFilter").asLong(), 0); assertEquals(response.get("totalDocs").asLong(), response.get("numDocsScanned").asLong()); - // Non dictionary column: not answered by DictionaryBasedAggregationOperator + // Non dictionary column: answered by MetadataBasedAggregationOperator Review comment: yes, this is fair, I missed these -- 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