[SPARK-33725][BUILD][3.1] Upgrade snappy-java to 1.1.8.2 by viirya · Pull Request #30695 · apache/spark

@viirya

HyukjinKwon

dongjoon-hyun

dongjoon-hyun pushed a commit that referenced this pull request

Dec 10, 2020
### What changes were proposed in this pull request?

This upgrades snappy-java to 1.1.8.2.

### Why are the changes needed?

Minor version upgrade that includes:

- [Fixed](xerial/snappy-java#265) an initialization issue when using a recent Mac OS X version
- Support Apple Silicon (M1, Mac-aarch64)
- Fixed the pure-java Snappy fallback logic when no native library for your platform is found.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Unit test.

Closes #30695 from viirya/upgrade-snappy-3.1.

Authored-by: Liang-Chi Hsieh <viirya@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>

@viirya viirya deleted the upgrade-snappy-3.1 branch

December 27, 2023 18:28