Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Allow to use case-insensitive column names #1108

Open
zhouyuan opened this issue Sep 14, 2022 · 0 comments
Open

Allow to use case-insensitive column names #1108

zhouyuan opened this issue Sep 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zhouyuan
Copy link
Collaborator

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Spark is case-insensitive column names inside one query. E.g
select col_a, count(col_A), avg(col_b) from table group by col_A

Describe the solution you'd like
align with spark, allow using case-insensitive names

Describe alternatives you've considered
N/A

Additional context
N/A

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant