feat: integrate with Hudi using Rust-based hudi-core#6873
Draft
xushiyan wants to merge 1 commit into
Draft
Conversation
bd1c71c to
42f7fd3
Compare
Replace the Python `pyhudi` implementation with a Rust-based HudiScanOperator backed by `hudi-core`. Handles schema conversion (including Avro map-to-Arrow-Map rewriting), partition spec parsing with `_hoodie_partition_path` support for timestamp-based keygen, and S3 credentials provider resolution. Pin hudi-core to commit 2a5291a with latest API improvements. Add v9 COW test table fixtures from hudi-rs covering partitioned, non-partitioned, and timestamp-based keygen tables. Add Hudi integration test suite to the CI catalog test job with native and ray runners.
42f7fd3 to
7d24f6e
Compare
|
@madvart @samster25 @jaychia Hi Daft community hope all is well! Was wondering if someone can take a look at this PR (once its out of draft state) when they get a chance. The hudi community is very interested in working toward storing and interacting with multi-modal data. |
Contributor
Author
|
Thanks. But this is still in draft state. i'll mark this ready for review once it is. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Made
hudi-coreas a dep for Hudi integration APIsRelated Issues
Closes #2154