jinchengchenghh commented on issue #36957:
URL: https://github.com/apache/arrow/issues/36957#issuecomment-2134274958
Yes, I think it is essential, I meet the exception after I upgrade to arrow
version 15.0.0
```
java.lang.UnsatisfiedLinkError: /tmp/jnilib-6199067493483126041.tmp:
/tmp/jnilib-6199067493483126041.tmp: undefined symbol:
_ZTIN6google8protobuf7MessageE
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
~[?:1.8.0_402]
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
~[?:1.8.0_402]
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
~[?:1.8.0_402]
at java.lang.Runtime.load0(Runtime.java:782) ~[?:1.8.0_402]
at java.lang.System.load(System.java:1100) ~[?:1.8.0_402]
at org.apache.arrow.dataset.jni.JniLoader.load(JniLoader.java:92)
~[arrow-dataset-15.0.0.jar:15.0.0]
at
org.apache.arrow.dataset.jni.JniLoader.loadRemaining(JniLoader.java:75)
~[arrow-dataset-15.0.0.jar:15.0.0]
at
org.apache.arrow.dataset.jni.JniLoader.ensureLoaded(JniLoader.java:61)
~[arrow-dataset-15.0.0.jar:15.0.0]
at
org.apache.arrow.dataset.jni.NativeMemoryPool.createListenable(NativeMemoryPool.java:44)
~[arrow-dataset-15.0.0.jar:15.0.0]
```
--
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]