egalpin commented on code in PR #10410:
URL: https://github.com/apache/pinot/pull/10410#discussion_r1134375737


##########
pinot-core/src/test/java/org/apache/pinot/queries/InterSegmentAggregationMultiValueQueriesTest.java:
##########
@@ -595,7 +595,7 @@ public void testFilteredAggregations() {
         new DataSchema.ColumnDataType[]{DataSchema.ColumnDataType.LONG});
     ResultTable expectedResultTable =
         new ResultTable(expectedDataSchema, Collections.singletonList(new 
Object[]{370236L}));
-    QueriesTestUtils.testInterSegmentsResult(brokerResponse, 370236L, 0L, 0L, 
400000L, expectedResultTable);
+    QueriesTestUtils.testInterSegmentsResult(brokerResponse, 370236L, 400000L, 
0L, 400000L, expectedResultTable);

Review Comment:
   Is this expected?  I believe this is number of docs scanned in filter.  Any 
idea why there's now more docs scanned in the filter than before? Has index 
usage changed in the tests? 



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