RajaVinoth96 commented on code in PR #18751:
URL: https://github.com/apache/pinot/pull/18751#discussion_r3522988211
##########
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/utils/IndexCombinationValidationTest.java:
##########
@@ -236,19 +236,6 @@ public void testRawWithExplicitDictAndIfstIndexPasses() {
.build());
}
- @Test
- public void testRawWithExplicitDictAndInvertedPlusFstPasses() {
- ObjectNode indexes = JsonUtils.newObjectNode();
- indexes.set("dictionary", JsonUtils.newObjectNode());
- FieldConfig fc = new FieldConfig(STR_COL, EncodingType.RAW, null,
List.of(IndexType.FST),
- null, null, indexes, null, null);
- TableConfig tc = new
TableConfigBuilder(TableType.OFFLINE).setTableName(TABLE_NAME)
- .setInvertedIndexColumns(List.of(STR_COL))
- .setFieldConfigList(List.of(fc))
- .build();
- assertValid(tc);
- }
-
@Test
public void testRawWithExplicitDictAndInvertedIndexIntColumnPasses() {
ObjectNode indexes = JsonUtils.newObjectNode();
Review Comment:
Reverted this changes , on going through documentation inverted + FST/IFST
are complimentary
--
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]