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 real coercion for hive tables #20719

Merged

Conversation

Praveen2112
Copy link
Member

Description

Add varchar to float 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 float;

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 float coercion for hive tables. ({issue}`issuenumber`)

@Praveen2112 Praveen2112 force-pushed the praveen/varchar_to_float_coercer branch from 036a992 to 32f7f84 Compare February 15, 2024 11:42
@Praveen2112
Copy link
Member Author

@krvikash Thanks for review. Have added additional test cases

@Praveen2112 Praveen2112 force-pushed the praveen/varchar_to_float_coercer branch from 32f7f84 to 9d28e69 Compare February 15, 2024 16:33
@Praveen2112
Copy link
Member Author

@findinpath Thanks a lot for the review. Added changes in the documentation as well.

@github-actions github-actions bot added the docs label Feb 15, 2024
@Praveen2112 Praveen2112 merged commit b72f883 into trinodb:master Feb 16, 2024
60 checks passed
@github-actions github-actions bot added this to the 440 milestone Feb 16, 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.

4 participants