RajaVinoth96 commented on code in PR #18751:
URL: https://github.com/apache/pinot/pull/18751#discussion_r3522987376
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java:
##########
@@ -1462,22 +1436,6 @@ public void testLiteralOnlyFuncV2()
assertEquals(results.get(10).asText(), "hello!");
}
- @Test(dataProvider = "useBothQueryEngines")
- public void testRangeIndexTriggering(boolean useMultiStageQueryEngine)
- throws Exception {
- setUseMultiStageQueryEngine(useMultiStageQueryEngine);
- long numTotalDocs = getCountStarResult();
-
assertEquals(postQuery(TEST_UPDATED_RANGE_INDEX_QUERY).get("numEntriesScannedInFilter").asLong(),
numTotalDocs);
-
- // Update table config and trigger reload
- addRangeIndex();
-
- // Update table config to remove the new range index, and check if the new
range index is removed
- updateTableConfig(_tableConfig);
- reloadAllSegments(TEST_UPDATED_RANGE_INDEX_QUERY, false, numTotalDocs);
-
assertEquals(postQuery(TEST_UPDATED_RANGE_INDEX_QUERY).get("numEntriesScannedInFilter").asLong(),
numTotalDocs);
- }
-
@Test
public void testBloomFilterTriggering()
throws Exception {
Review Comment:
Add the test back only considering inverted index
--
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]