Skip to content

chore(deps): upgrade hdfs-native to 0.14#7910

Open
chitralverma wants to merge 1 commit into
apache:mainfrom
chitralverma:chore/upgrade-hdfs-native-0.14
Open

chore(deps): upgrade hdfs-native to 0.14#7910
chitralverma wants to merge 1 commit into
apache:mainfrom
chitralverma:chore/upgrade-hdfs-native-0.14

Conversation

@chitralverma

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Upgrade the HDFS native client to the latest 0.14 release.

What changes are included in this PR?

  • Set the hdfs-native dependency requirement to 0.14, resolving to 0.14.2.
  • Adapt the writer implementation to the renamed FileWriter::write_bytes API.
  • Refresh the Cargo lockfile.

Are there any user-facing changes?

No. This is a dependency upgrade with the existing OpenDAL API and behavior preserved.

AI Usage Statement

This PR was prepared with OpenCode using GPT-5.6.

@chitralverma chitralverma requested a review from Xuanwo as a code owner July 14, 2026 08:05
Copilot AI review requested due to automatic review settings July 14, 2026 08:05
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell labels Jul 14, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.

Upgrades the hdfs-native Rust dependency to the 0.14 release line and updates the HDFS writer to match the upstream API rename.

Changes:

  • Bump hdfs-native dependency from 0.13 to 0.14 (resolving to 0.14.2 via lockfile).
  • Update HDFS writer to use the renamed FileWriter::write_bytes API.
  • Refresh Cargo lockfile (per PR description).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
core/services/hdfs-native/src/writer.rs Updates writer call site to the new write_bytes method name.
core/services/hdfs-native/Cargo.toml Bumps the hdfs-native dependency requirement to 0.14.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread core/services/hdfs-native/Cargo.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/chore The PR has a title that begins with "chore" or changes other small things that hard to tell size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants