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

Handle sentinel partition value for null partition #18371

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

codope
Copy link
Contributor

@codope codope commented Sep 20, 2022

Test plan - (Please fill in how you tested your changes)

A Hudi table with null partition value would be written with the sentinel partition value i.e. __HIVE_DEFAULT_PARTITION__. This PR handles the sentinel value in Hudi connector while deserializing partition value.
Tested by creating a Hudi table with null partition and querying the same through Presto.

== NO RELEASE NOTE ==

@codope
Copy link
Contributor Author

codope commented Sep 20, 2022

@7c00 Can you please review this fix?

@7c00 7c00 merged commit 5bb5dbf into prestodb:master Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants