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

Support basic iso date type partition key for Hudi table #20976

Closed

Conversation

borderlayout
Copy link
Contributor

@borderlayout borderlayout commented Mar 7, 2024

Description

When trino reads hudi partitioned key which is yyyyMMdd format type, it encounters error,.
This PR supports trino reads hudi table with partition key of yyyyMMdd.

Error message:
image
After PR, trino can read the table:
image

Additional context and related issues

image
image

I also use spark to read the table, it can work.
image

Fixes #20975

Release notes

(x) Release notes are required, with the following suggested text:

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

@cla-bot cla-bot bot added the cla-signed label Mar 7, 2024
@github-actions github-actions bot added tests:hive hudi Hudi connector hive Hive connector labels Mar 7, 2024
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Mar 28, 2024
@mosabua mosabua requested a review from codope March 28, 2024 18:54
@github-actions github-actions bot removed the stale label Mar 29, 2024
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label May 10, 2024
Copy link

github-actions bot commented Jun 3, 2024

Closing this pull request, as it has been stale for six weeks. Feel free to re-open at any time.

@github-actions github-actions bot closed this Jun 3, 2024
@mosabua
Copy link
Member

mosabua commented Jun 3, 2024

I think this will be covered by upcoming Hudi work for @yihua but if that is not the case we can reopen and continue work on this PR as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector hudi Hudi connector stale
Development

Successfully merging this pull request may close these issues.

Trino encounters an error when reading a Hudi table with partition keys '19700102'
3 participants