apache/pinot

Enhance table config validation on index type compatibility

Open

#17.398 aberto em 18 de dez. de 2025

Ver no GitHub
 (5 comments) (0 reactions) (1 assignee)Java (1.234 forks)batch import
enhancementhelp wanteduser-experience

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

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)

Guia do colaborador