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.