Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate Hive table column names #8954

Merged
merged 3 commits into from
Aug 26, 2021
Merged

Conversation

sunningCGo
Copy link

Validate Hive table column names to make sure that they contain no leading spaces, trailing spaces or commas.
This is the 2nd attempt to fix #3461 and #3537. The first attempt is #4666.

Validate Hive table column names to make sure that they contain no
leading spaces, trailing spaces or commas.
Copy link
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % comments

@findepi
Copy link
Member

findepi commented Aug 25, 2021

cc @losipiuk @homar

@sopel39 sopel39 merged commit 58e3601 into trinodb:master Aug 26, 2021
@sopel39
Copy link
Member

sopel39 commented Aug 26, 2021

My bad. I merged with fixups. Fixed on master

@sopel39 sopel39 mentioned this pull request Aug 26, 2021
10 tasks
@ebyhr ebyhr added this to the 361 milestone Aug 26, 2021
@sunningCGo sunningCGo deleted the checkHiveColNames branch September 10, 2021 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Disallow leading/trailing space for Hive connector column name
5 participants