viirya edited a comment 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.
   
   BTW, Hadoop 3.3.1 already uses snappy-java 1.1.8.2.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to