apache/pinot
在 GitHub 查看Adding validation check to prevent creating two columns with different cases in schema
Open
#6,644 创建于 2021年3月4日
good first issuehelp wanted
仓库指标
- Star
- (4,937 star)
- PR 合并指标
- (平均合并 6天 7小时) (30 天内合并 186 个 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.