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: 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

Reply via email to