ankitsultana commented on code in PR #14700:
URL: https://github.com/apache/pinot/pull/14700#discussion_r1896033474


##########
pinot-core/src/test/java/org/apache/pinot/queries/H3IndexQueriesTest.java:
##########
@@ -401,7 +401,7 @@ public void queryStContainsWithMultipleFilters()
 
     AggregationOperator aggregationOperator = getOperator(query);
     AggregationResultsBlock resultsBlock = aggregationOperator.nextBlock();
-    
QueriesTestUtils.testInnerSegmentExecutionStatistics(aggregationOperator.getExecutionStatistics(),
 0, 2, 0, 1);
+    
QueriesTestUtils.testInnerSegmentExecutionStatistics(aggregationOperator.getExecutionStatistics(),
 0, 1, 0, 1);

Review Comment:
   This is expected. Previously we would end up evaluating both the predicates, 
but now we only evaluate the first one, and since that doesn't match any docs, 
we skip the second predicate



-- 
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]

Reply via email to