gortiz commented on code in PR #14211: URL: https://github.com/apache/pinot/pull/14211#discussion_r1797139653
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java: ########## @@ -3729,4 +3729,39 @@ public void testSkipIndexes(boolean useMultiStageQueryEngine) updateTableConfig(tableConfig); reloadAllSegments(TEST_UPDATED_RANGE_INDEX_QUERY, true, numTotalDocs); } + + @Test + public void testFilteredAggregationWithNoValueMatchingAggregationFilter() Review Comment: can you create one test having the query option and another without it? -- 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