siddharthteotia commented on a change in pull request #5013: For RANGE
predicate queries touching offline segments, use sorted inverted index if the
column is sorted
URL: https://github.com/apache/incubator-pinot/pull/5013#discussion_r370883969
##########
File path:
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MetadataAndDictionaryAggregationPlanClusterIntegrationTest.java
##########
@@ -469,7 +468,6 @@ public void testMetadataBasedQueries()
pqlQuery = "SELECT COUNT(*) FROM " + DEFAULT_TABLE_NAME + " WHERE
DaysSinceEpoch > 16100";
response = postQuery(pqlQuery);
assertEquals(response.get("numEntriesScannedPostFilter").asLong(), 0);
- assertTrue(response.get("numEntriesScannedInFilter").asLong() > 0);
Review comment:
My bad -- should have actually done that instead of removing. Good catch
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]