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.

贡献者指南