apache/pinot

Enhance table config validation on index type compatibility

Open

#17,398 创建于 2025年12月18日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)Java (1,234 fork)batch import
enhancementhelp wanteduser-experience

仓库指标

Star
 (4,937 star)
PR 合并指标
 (平均合并 6天 7小时) (30 天内合并 186 个 PR)

描述

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)

贡献者指南