atris commented on a change in pull request #7684:
URL: https://github.com/apache/pinot/pull/7684#discussion_r744856664
##########
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/FieldConfig.java
##########
@@ -85,7 +85,7 @@ public FieldConfig(@JsonProperty(value = "name", required =
true) String name,
// If null, there won't be any index
public enum IndexType {
- INVERTED, SORTED, TEXT, FST, H3, JSON, RANGE
+ INVERTED, SORTED, TEXT, FST, NATIVE_FST, H3, JSON, RANGE
Review comment:
I do not think that would work, since we do not allow specifying sub
config per field in IndexingConfig?
--
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]