-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[HUDI-9556] Migrate trino-hudi plugin to hudi repo #13493
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
[HUDI-9556] Migrate trino-hudi plugin to hudi repo #13493
Conversation
01ecb20 to
4a1d160
Compare
c4ba141 to
4a1d160
Compare
|
Azure CI failures: UT FT common & other modules |
0eb809c to
165aa40
Compare
e58ac58 to
e04fd9c
Compare
ed637d2 to
7135e38
Compare
1724ff1 to
6f7d59a
Compare
78ec44e to
39e0bfb
Compare
|
@hudi-bot run azure |
39e0bfb to
3a2605b
Compare
CI report:
Bot commands@hudi-bot supports the following commands:
|
yihua
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I compared the code in this PR and plugin/trino-hudi from OHI at hash: a56b8014a3fe2edeb00330522cf471384bc6fbd1. The code is the same except the required changes from onehouseinc/trino#46.
I made minor revisions on the licence checking, bot.yml, etc.
LGTM
|
|
Co-authored-by: Y Ethan Guo <[email protected]> Co-authored-by: Sagar Sumit <[email protected]>
Change Logs
Migrating
trino-hudirepository to hudi repository.The migration is done as such:
trino-hudifrom OSS entirely at hash: 1046d9a5410207bd7f79c12cf74949a7221e333btrino-hudifrom OHI entirely at hash: a56b8014a3fe2edeb00330522cf471384bc6fbd1Caveats
As OHI is using trino-472, a few things have to be reverted from OSS and they are:
HudiConnectorFactory.javaHudiPageSourceProvider.javawhereoptions.getMaxFooterReadSize()can be passed toreadFooter.Impact
None
Risk level (write none, low medium or high below)
None
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist