rok commented on PR #14590:
URL: https://github.com/apache/arrow/pull/14590#issuecomment-1304890390

   It seems that multiple architectures in the same folder won't work out as we 
get the following when running tests on built jars:
   ```bash
   Error:  org.apache.arrow.c.RoundtripTest.testUnionVector  Time elapsed: 
0.021 s  <<< ERROR!
   java.lang.UnsatisfiedLinkError: 
   
/Users/runner/work/crossbow/crossbow/arrow/java/c/target/jnilib-7574134130751211704.tmp:
 
dlopen(/Users/runner/work/crossbow/crossbow/arrow/java/c/target/jnilib-7574134130751211704.tmp,
 1): no suitable image found.  Did find:
        
/Users/runner/work/crossbow/crossbow/arrow/java/c/target/jnilib-7574134130751211704.tmp:
 mach-o, but wrong architecture
        
/Users/runner/work/crossbow/crossbow/arrow/java/c/target/jnilib-7574134130751211704.tmp:
 mach-o, but wrong architecture
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
        at java.lang.Runtime.load0(Runtime.java:810)
        at java.lang.System.load(System.java:1088)
        at org.apache.arrow.c.jni.JniLoader.load(JniLoader.java:90)
   ```
   
   Closing in favour of #14472 that uses multiple folders and to distinguish 
architectures.


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