Skip to content

Conversation

@N-Boutaib
Copy link

Closes apache#15342

Reduces the duplicate dependencies.

We currently depend on bzip2 in two different ways. In attempting to reduce this, I needed to update async-compression which caused two different libraries to link to the system lzma library. This is not allowed in rust.

This PR updates avro-rs, but we cannot merge this PR until that crate merges apache/avro-rs#284 and we remove the crates.io patch this PR contains.

Update avro-rs and switch from the unmaintained xz2 crate to liblzma.

Unit tests.

None. This is simply a dependency update to a more recent crate.

(cherry picked from commit 5765a08)

Which issue does this PR close?

  • Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

…7509)

Closes apache#15342

Reduces the duplicate dependencies.

We currently depend on bzip2 in two different ways. In attempting to
reduce this, I needed to update `async-compression` which caused two
different libraries to link to the system lzma library. This is not
allowed in rust.

This PR updates avro-rs, but we cannot merge this PR until that crate
merges apache/avro-rs#284 and we remove the
crates.io patch this PR contains.

Update avro-rs and switch from the unmaintained xz2 crate to liblzma.

Unit tests.

None. This is simply a dependency update to a more recent crate.

(cherry picked from commit 5765a08)
@N-Boutaib N-Boutaib marked this pull request as ready for review November 18, 2025 13:45
@N-Boutaib
Copy link
Author

/merge

@dd-devflow-routing-codex
Copy link

dd-devflow-routing-codex bot commented Nov 19, 2025

View all feedbacks in Devflow UI.

2025-11-19 11:12:48 UTC ℹ️ Start processing command /merge


2025-11-19 11:12:52 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in branch-50 is approximately 0s (p90).


2025-11-19 11:43:21 UTCMergeQueue: The checks failed on this merge request

Tests failed on this commit 897db85:

What to do next?

  • Investigate the failures and when ready, re-add your pull request to the queue!
  • If your PR checks are green, try to rebase/merge. It might be because the CI run is a bit old.
  • Any question, go check the FAQ.

@N-Boutaib N-Boutaib merged commit 0434b3b into branch-50 Nov 19, 2025
70 of 84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants