yashmayya commented on code in PR #15211: URL: https://github.com/apache/pinot/pull/15211#discussion_r1983219036
########## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java: ########## @@ -1253,7 +1253,39 @@ public void testFilteredAggregationWithNoValueMatchingAggregationFilterDefault() } @Test - public void testFilteredAggregationWithNoValueMatchingAggregationFilterWithOption() + public void testFilteredAggregationWithNoValueMatchingAggregationFilterDefault() Review Comment: This test fails with `ArrayIndexOutOfBoundsException` on `master` similar to the issue described in https://github.com/apache/pinot/issues/15121 and passes with the fix in this patch. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
