viirya commented on pull request #33913: URL: https://github.com/apache/spark/pull/33913#issuecomment-914990449
> Does this help for snappy-java? > > > Fixed the pure-java Snappy fallback logic when no native library for your platform is found. > > https://github.com/xerial/snappy-java/releases/tag/1.1.8.2 I think it doesn't. Actually the native library is relocated, snappy library can find it and load it. But when JNI resolves native method, it cannot resolve the defined native methods because relocation doesn't work on native methods. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
