siddharthteotia commented on code in PR #11600: URL: https://github.com/apache/pinot/pull/11600#discussion_r1327246268
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/text/TextIndexType.java: ########## @@ -70,6 +71,11 @@ public class TextIndexType extends AbstractIndexType<TextIndexConfig, TextIndexR protected static final Logger LOGGER = LoggerFactory.getLogger(TextIndexType.class); public static final String INDEX_DISPLAY_NAME = "text"; + // TODO: Should V1Constants.Indexes.LUCENE_TEXT_INDEX_DOCID_MAPPING_FILE_EXTENSION be added here? Review Comment: I think it should be placed together in code since after all it is for one of the on-disk structures we maintain in Lucene text 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: 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