Jackie-Jiang opened a new issue, #17398: URL: https://github.com/apache/pinot/issues/17398
We should enhance index type compatibility check in table config validation. E.g. inverted index enabled column must have dictionary enabled. We should list down all supported index types, and do an exhaustive check on all incompatible combinations. For code reference, table config validation is performed in `TableConfigUtils.validate(TableConfig tableConfig, Schema schema)` -- 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]
