jecsand838 opened a new pull request, #7890: URL: https://github.com/apache/arrow-rs/pull/7890
# Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/issues/4886 - Related to https://github.com/apache/arrow-rs/pull/6965 # Rationale for this change The `arrow-avro` crate currently lacks support for reading `bzip2` and `xz` compression. This prevents users from reading Avro files compressed using these compression types, limiting the crate's utility. # What changes are included in this PR? * Added `bzip2` compression and feature flag. * Added `xz` compression and feature flag. * Updated header decoder to use new compression types. # Are these changes tested? Yes, I added new test cases covering these changes to the `test_alltypes` integration test. # Are there any user-facing changes? N/A -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org