siddharthteotia opened a new pull request #5668: URL: https://github.com/apache/incubator-pinot/pull/5668
Remove ForwardIndexType and InvertedIndexType. These enums are not used anywhere in the persistent structures and are simply used in ColumnMetadata only in the constructor and don't serve any purpose and instead pollute the ColumnIndexCreationInfo code. Ideally, we should be having them in segment metadata on disk. If/when we change the inverted index format to support something more than bitmap or a new version of bitmap based, we may want to add an enum that is also persisted in segment metadata. ---------------------------------------------------------------- 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. 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