apache/pinot
GitHub で見るAdding validation check to prevent creating two columns with different cases in schema
Open
#6,644 opened on 2021年3月4日
good first issuehelp wanted
Repository metrics
- Stars
- (4,937 stars)
- PR merge metrics
- (平均マージ 6d 7h) (30d で 186 merged PRs)
説明
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.