xerial / snappy-java

Snappy compressor/decompressor for Java
Apache License 2.0
1.03k stars 232 forks source link

Update bitshuffle library to 0.5.x #443

Open xerial opened 1 year ago

xerial commented 1 year ago

https://github.com/kiyo-masui/bitshuffle 0.5.1 is the latest version, but due to API incompatibilities and various build failures when using cross compilers, it's been difficult to change the bitshuffle version to use.

The current version is 0.3.4 https://github.com/xerial/snappy-java/blob/master/src/main/resources/org/xerial/snappy/VERSION#L2

imsudiproy commented 3 months ago

Hi @xerial, looks like this issue is in arm based archs only. I have tried building by removing the arm archs and it was passing for me. Attaching the diff file and logs for you reference. diff.txt logs.txt