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

Add varchar to char coercion for hive tables #20723

Merged

Conversation

Praveen2112
Copy link
Member

@Praveen2112 Praveen2112 commented Feb 15, 2024

Description

Add varchar to char coercion for hive tables.

Enable the Hive users to retrieve the information from their tables after performing queries which change varchar/ string columns to float.

Hive sample DDL query:

ALTER TABLE mytable CHANGE COLUMN mycolumn mycolumn char(4);

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
(x) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
# Hive
* Add varchar to char coercion for hive tables. ({issue}`issuenumber`)

@Praveen2112
Copy link
Member Author

@findinpath Thanks a lot for your review. AC

@Praveen2112 Praveen2112 force-pushed the praveen/varchar_to_char_coercer branch 2 times, most recently from 642e185 to ecc78fd Compare February 19, 2024 09:29
@Praveen2112 Praveen2112 force-pushed the praveen/varchar_to_char_coercer branch from ecc78fd to b0014c5 Compare February 19, 2024 10:27
@Praveen2112
Copy link
Member Author

Updated a few test cases wrt to whitespace

@Praveen2112 Praveen2112 merged commit 419bcd9 into trinodb:master Feb 19, 2024
60 checks passed
@github-actions github-actions bot added this to the 440 milestone Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

5 participants