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

Fix coercion gaps for Hive tables in ORC format #22325

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

Praveen2112
Copy link
Member

Description

This PR focus on reducing the gaps for un-partitioned ORC tables and make them in sync for the coercion supported by partitioned tables.

Additional context and related issues

Release notes

(x) 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.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

Use enhanced switch statements and re-arrange code based on the source data type
There were a few difference on the coercion supported between partitioned
and un-partitioned table for ORC format.
@Praveen2112 Praveen2112 force-pushed the praveen/gaps_in_coercion branch from c67acdf to bd7b258 Compare June 11, 2024 10:14
@Praveen2112 Praveen2112 merged commit c946e6d into trinodb:master Jun 11, 2024
56 checks passed
@github-actions github-actions bot added this to the 450 milestone Jun 11, 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