gortiz commented on code in PR #11711:
URL: https://github.com/apache/pinot/pull/11711#discussion_r1342430728
##########
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/IndexType.java:
##########
@@ -38,6 +38,11 @@
* @param <IC> the {@link IndexCreator} subclass that should be used to create
indexes of this type.
*/
public interface IndexType<C extends IndexConfig, IR extends IndexReader, IC
extends IndexCreator> {
+ enum IndexBuildLifecycle {
+ DURING_SEGMENT_CREATION,
+ POST_SEGMENT_CREATION,
+ CUSTOM
Review Comment:
Can you add a javadoc explaining the meaning of each literal?
--
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]