Skip to content

feat: integrate with Hudi core for Hudi read support #4639

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xushiyan
Copy link
Contributor

@xushiyan xushiyan commented Jun 29, 2025

Changes Made

Integrate with hudi-core 0.4.0:

  • supports incremental query API
  • supports reading MOR tables.

Related Issues

Closes #2153
Closes #2154

Checklist

  • Documented in API Docs (if applicable)
  • Documented in User Guide (if applicable)
  • If adding a new documentation page, doc is added to docs/mkdocs.yml navigation
  • Documentation builds and is formatted properly (tag @/ccmao1130 for docs review)

@github-actions github-actions bot added the feat label Jun 29, 2025
@@ -0,0 +1,14 @@
[dependencies]
daft-core = {path = "../daft-core", default-features = false}
hudi = {git = "https://github.com/apache/hudi-rs.git", branch = "release/0.4.x"}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testing integration with the version to release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Support snapshot read for Hudi MOR tables [FEAT] Support incremental query for Hudi COW tables
1 participant