Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42242][BUILD] Upgrade
snappy-java
to 1.1.9.1
### What changes were proposed in this pull request? This PR aims to upgrade `snappy-java` to 1.1.9.1. ### Why are the changes needed? This version has the following bug fixes. - Use original compressed and uncompressed buffer's position (xerial/snappy-java#293) - Fixed running snappy-java as OSGi bundle on Apple Silicon (M1 Pro) (xerial/snappy-java#303) - Avoid explicit class name in throw_exception (xerial/snappy-java#291) Here is the full release note. - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.0 - https://github.com/xerial/snappy-java/releases/tag/v1.1.9.1 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. Closes apache#39811 from dongjoon-hyun/SPARK-42242. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information