atris commented on a change in pull request #7729: URL: https://github.com/apache/pinot/pull/7729#discussion_r746349341
########## File path: pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/loader/IndexLoadingConfig.java ########## @@ -56,6 +57,7 @@ private Set<String> _invertedIndexColumns = new HashSet<>(); private Set<String> _rangeIndexColumns = new HashSet<>(); private int _rangeIndexVersion = IndexingConfig.DEFAULT_RANGE_INDEX_VERSION; + private FSTType _fstTypeForFSTIndex = FSTType.LUCENE; Review comment: There will be a FST type for text index as well, hence the disambiguation -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org