apache/pinot

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

已關閉

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

 (3 則留言) (0 個反應) (0 位負責人)Java (1,234 個分叉)batch import
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.

貢獻者指南