apache/pinot

Adding validation check to prevent creating two columns with different cases in schema

Open

#6,644 建立於 2021年3月4日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (1,234 fork)batch import
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.

貢獻者指南