gortiz commented on code in PR #10184: URL: https://github.com/apache/pinot/pull/10184#discussion_r1153352968
########## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/creator/CombinedInvertedIndexCreator.java: ########## @@ -18,6 +18,80 @@ */ package org.apache.pinot.segment.spi.index.creator; +import javax.annotation.Nonnull; +import javax.annotation.Nullable; +import org.apache.pinot.spi.data.FieldSpec; + + +/** + * This is the index used to create range indexes Review Comment: why? this is used to create range indexes, right? Maybe it is also used to create other inverted indexes? -- 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]
