N-Boutaib opened a new pull request, #18331: URL: https://github.com/apache/datafusion/pull/18331
## Which issue does this PR close? - Closes #15342. ## Rationale for this change This PR switches from `xz2` to `liblzma` to reduce duplicate dependencies. ## What changes are included in this PR? - Bump `async-compression` from `0.4.19` to `0.4.32`, which uses `liblzma` instead of `xz2` - Patch `apach-avro` to use [this revision](https://github.com/apache/avro-rs/commit/3b202c58f12bd1217eccf8a0028e4176ee4aadf9) which switches to `liblzma` in `avro-rs` - Switch from `xz2` to `liblzma` in `datafusion-core` and `datafusion-datasource` ## Are these changes tested? Yes, via unit tests ## Are there any user-facing changes? None. Getting rid of deprecated carte -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
