Upgrade Hudi version to 0.14.0#19810
Conversation
|
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
ebyhr
left a comment
There was a problem hiding this comment.
Please submit CLA and fix CI failure:
Error: Errors:
Error: TestHudiConnectorTest>AbstractTestQueryFramework.init:111->createQueryRunner:35 » NoClassDefFound Could not initialize class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
Error: TestHudiCopyOnWriteMinioConnectorSmokeTest>AbstractTestQueryFramework.init:111->createQueryRunner:38 » NoClassDefFound org/apache/hadoop/hbase/util/Bytes
Error: TestHudiMergeOnReadMinioConnectorSmokeTest>AbstractTestQueryFramework.init:111->createQueryRunner:38 » NoClassDefFound Could not initialize class org.apache.hudi.common.bootstrap.index.HFileBootstrapIndex
I've submitted my CLA 2 days ago. I'm still fixing the test failures due to the version upgrade. |
7814db3 to
5d88149
Compare
|
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
5d88149 to
96cba3a
Compare
|
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
|
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
c26f4d7 to
9ecbff1
Compare
|
@ebyhr could you help review this PR again? |
Description
This PR upgrades Hudi version to 0.14.0 to make sure the Hudi connector can read tables with new Hudi table version created by Hudi 0.14.0 release.
Hudi metadata table (MDT) is disabled in the tests as the support of reading MDT is broken after the removal of Hudi dependencies from compile time (which happened some time back #17392).
Additional context and related issues
Hudi tables written by 0.14.0 with the new table version can be read.
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.