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 support for integer number to varchar coercer in unpartitioned table #22246

Conversation

Praveen2112
Copy link
Member

@Praveen2112 Praveen2112 commented Jun 3, 2024

Description

Additional context and related issues

Integer number to varchar coercion is currently supported for partitioned tables and we are extending the same for un-partitioned tables as well.

Overrides #18295.

Part of #19643

Release notes

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

# Hive
* Add support for integer number to varchar coercer in unpartitioned table.

@Praveen2112 Praveen2112 force-pushed the praveen/int_to_varchar_coercer_un_partitioned_tables branch from d427803 to 3981886 Compare June 3, 2024 17:19
@Praveen2112
Copy link
Member Author

Thanks a lot for the review @raunaqmorarka . I have attempted to implement the same for parquet also - Not sure if it is the correct direction or usage of proper APIs.

@Praveen2112 Praveen2112 force-pushed the praveen/int_to_varchar_coercer_un_partitioned_tables branch from 3981886 to d9fcb46 Compare June 4, 2024 12:11
@Praveen2112 Praveen2112 force-pushed the praveen/int_to_varchar_coercer_un_partitioned_tables branch from d9fcb46 to 0beee5e Compare June 4, 2024 13:20
@Praveen2112 Praveen2112 merged commit 6edf3d8 into trinodb:master Jun 6, 2024
58 checks passed
@github-actions github-actions bot added this to the 450 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

3 participants