apache/pinot
Voir sur GitHubAdding validation check to prevent creating two columns with different cases in schema
Open
#6 644 ouverte le 4 mars 2021
good first issuehelp wanted
Métriques du dépôt
- Stars
- (4 937 stars)
- Métriques de merge PR
- (Merge moyen 6j 7h) (186 PRs mergées en 30 j)
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.