apache/pinot

Enhance table config validation on index type compatibility

Open

Aperta il 18 dic 2025

Vedi su GitHub
 (4 commenti) (0 reazioni) (1 assegnatario)Java (4937 star) (1234 fork)batch import
enhancementhelp wanteduser-experience

Descrizione

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)

Guida contributor