rsrkpatwari1234 opened a new pull request, #17524: URL: https://github.com/apache/pinot/pull/17524
Partially Fixes #17398 ### Problem Currently, Pinot allows invalid table configurations where indexes that require dictionary encoding (inverted index, range index, FST index, inverted FST index) are enabled on columns with noDictionaryColumns set. This leads to segment creation failures at runtime rather than failing fast at table config validation time. ### Solution In this PR, I have added validation logic in `TableConfigUtils.validateIndexTypeCompatibility()` to detect and reject incompatible index configurations during table creation/update, providing clear, actionable error messages to users. ### Testing Added unit tests `enhancement` `user-experience` -- 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]
