Commit 55bd73f
authored
# Which issue does this PR close?
- Closes #8970.
# Rationale for this change
Because the `xz` seems to no longer be maintained, it make sense to
switch to `liblzma`. Additionally `liblzma` is more widely used and by
making this switch `arrow-avro` will be more compatible with other
projects using XZ compression.
# What changes are included in this PR?
Changed the `arrow-avro/Cargo.toml` to use `liblzma` instead of `xz`
# Are these changes tested?
No new tests have been added as the existing tests cover these changes.
# Are there any user-facing changes?
- No public API or feature-flag changes (`xz` feature and defaults
remain the same).
- Downstream users that depend on `liblzma` alongside `arrow-avro`
should no longer hit Cargo’s duplicate native library linking error when
`xz` support is enabled.
1 parent 026a260 commit 55bd73f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments