apache/pinot

Enhance table config validation on index type compatibility

Open

#17 398 ouverte le 18 déc. 2025

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)Java (1 234 forks)batch import
enhancementhelp wanteduser-experience

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

Description

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)

Guide contributeur