jecsand838 opened a new pull request, #8975: URL: https://github.com/apache/arrow-rs/pull/8975
# 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? There are no user facing changes or breaking changes to the public API from this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
