apache/pinot
GitHub で見るEnhance table config validation on index type compatibility
Open
#17,398 opened on 2025年12月18日
enhancementhelp wanteduser-experience
説明
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)