Jackie-Jiang commented on code in PR #16025: URL: https://github.com/apache/pinot/pull/16025#discussion_r2133049647
########## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/IndexType.java: ########## @@ -69,6 +70,10 @@ default BuildLifecycle getIndexBuildLifecycle() { Map<String, C> getConfig(TableConfig tableConfig, Schema schema); + /// Validates if the index config is valid for the given field spec and other index configs. Review Comment: Keeping the exception model for now to be consistent with other logic in table config validation. Added javadoc about the exception -- 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