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.

贡献者指南