apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
142 stars 28 forks source link

build: use exact versions for arrow and datafusion #105

Closed xushiyan closed 2 months ago

xushiyan commented 2 months ago

Description

Use the exact version for core dependencies, arrow and datafusion, to prevent incompatible minor upgrade done implicitly.

How are the changes test-covered

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.24%. Comparing base (3e71bb0) to head (734238b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #105 +/- ## ======================================= Coverage 87.24% 87.24% ======================================= Files 14 14 Lines 690 690 ======================================= Hits 602 602 Misses 88 88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

xushiyan commented 2 months ago
Screenshot 2024-07-29 at 9 51 56 PM

pull_request_target trigger won't update until PR landed. The fix is effective as shown by the pull_request trigger.

Merging this to make the change effective for subsequent PRs.