You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the error with Java 17 with the older version of snappy-javaxerial/snappy-java#348
[UNSUPPORTED_PLATFORM] pure-java snappy requires access to java.nio.Buffer raw address field {:entity \"/123456\", :throwable #error {
:cause \"[UNSUPPORTED_PLATFORM] pure-java snappy requires access to java.nio.Buffer raw address field\"
:via
[{:type org.xerial.snappy.SnappyError
:message \"[UNSUPPORTED_PLATFORM] pure-java snappy requires access to java.nio.Buffer raw address field\"
:at [org.xerial.snappy.pure.UnsafeUtil <clinit> \"UnsafeUtil.java\" 49]}]
:trace
[[org.xerial.snappy.pure.UnsafeUtil <clinit> \"UnsafeUtil.java\" 49]
[org.xerial.snappy.pure.SnappyRawCompressor writeUncompressedLength \"SnappyRawCompressor.java\" 408]
[org.xerial.snappy.pure.PureJavaSnappy rawCompress \"PureJavaSnappy.java\" 128]
[org.xerial.snappy.Snappy rawCompress \"Snappy.java\" 424]
[byte_transforms$fn__18465 invokeStatic \"byte_transforms.clj\" 350]
[byte_transforms$compress invokeStatic \"byte_transforms.clj\" 270]
The above issue has been fixed with snappy-java library, Hence update of the snappy-java library is required for byte-transforms also
The text was updated successfully, but these errors were encountered:
mmuthukrishnan95
changed the title
pure-java snappy requires access to java.nio.Buffer raw address field
In Java 17 snappy requires access to java.nio.Buffer raw address field
Feb 19, 2025
I got the error with
Java 17
with the older version ofsnappy-java
xerial/snappy-java#348The above issue has been fixed with snappy-java library, Hence update of the snappy-java library is required for
byte-transforms
alsoThe text was updated successfully, but these errors were encountered: