fb64 commented on issue #39919:
URL: https://github.com/apache/arrow/issues/39919#issuecomment-1931469014

   > seeing similar issue as in the linked issue from `Kotlin/dataframe` after 
upgrade to `dataset 15.0.0`
   > 
   > ```
   > Exception in thread "main" java.util.concurrent.ExecutionException: 
java.lang.UnsatisfiedLinkError: 
/opt/amazon/var/tmp/jnilib-17078712129987048802.tmp: 
   > /opt/amazon/var/tmp/jnilib-17078712129987048802.tmp: undefined symbol: 
_ZTIN6google8protobuf7MessageE
   >    at org.apache.arrow.dataset.jni.JniLoader.load(JniLoader.java:92)
   >    at 
org.apache.arrow.dataset.jni.JniLoader.loadRemaining(JniLoader.java:75)
   >    at 
org.apache.arrow.dataset.jni.JniLoader.ensureLoaded(JniLoader.java:61)
   >    at 
org.apache.arrow.dataset.jni.NativeMemoryPool.getDefault(NativeMemoryPool.java:34)
   > ```
   
   It's not excatly the same issue, we also faced to it on Kotlin dataframe : 
https://github.com/Kotlin/dataframe/pull/577#issuecomment-1918952628
   It seems that it only happened on Linux, I think it's native library 
compilation issue as the library seems using Protobof but is not statically 
linked to it. It's working with arrow 14 by the way ....


-- 
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]

Reply via email to