apache/pinot
Adding validation check to prevent creating two columns with different cases in schema
已关闭
#6,644 创建于 2021年3月4日
good first issuehelp wanted
仓库指标
- 星标
- (4,937 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Although pinot columns can be case-sensitive, I think we should still prevent the scenarios like this. This easily breaks the external case-insensitive integrations like Presto.
E.g. in the same schema, we shouldn't allow creating two columns like: memberId and MemberID.