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)