LuciferYang commented on pull request #34576:
URL: https://github.com/apache/spark/pull/34576#issuecomment-972634843


   Maybe we need a similar annotation like `ExtendedRocksDBTest` to skip UTs 
related to RocksDB because I found test failed
   
   ```
   RocksDBSuite:
   *** RUN ABORTED ***
     java.lang.UnsatisfiedLinkError: 
/spark-source/sql/core/target/tmp/librocksdbjni1330879223122083773.jnilib: 
dlopen(/spark-source/sql/core/target/tmp/librocksdbjni1330879223122083773.jnilib,
 1): no suitable image found.  Did find:
        
/spark-source/sql/core/target/tmp/librocksdbjni1330879223122083773.jnilib: 
mach-o, but wrong architecture
        
/spark-source/sql/core/target/tmp/librocksdbjni1330879223122083773.jnilib: 
mach-o, but wrong architecture
     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1950)
     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1832)
     at java.lang.Runtime.load0(Runtime.java:811)
     at java.lang.System.load(System.java:1088)
     at 
org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:79)
     at org.rocksdb.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:57)
     at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:69)
     at org.rocksdb.RocksDB.<clinit>(RocksDB.java:38)
     at 
org.apache.spark.sql.execution.streaming.state.RocksDBLoader$$anon$1.$anonfun$run$1(RocksDBLoader.scala:39)
   ```
   
   Did you find similar issue?  @dongjoon-hyun 
   
   
   
   


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

Reply via email to