apache/pinot

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

Fechada

#6.644 aberto em 4 de mar. de 2021

 (3 comentários) (0 reação) (0 responsável)Java (1.234 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (4.937 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador