apache/pinot

Enhance table config validation on index type compatibility

Offen

#17.398 geöffnet am 18.12.2025

 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.234 Forks)batch import
enhancementhelp wanteduser-experience

Repository-Metriken

Stars
 (4.937 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide