LuciferYang commented on PR #43467: URL: https://github.com/apache/spark/pull/43467#issuecomment-1773700065
I have tried again, using Crypto 1.2.0 in `RowQueueSuite` on Apple Silicon still results in a test failure: ``` [info] RowQueueSuite: [info] - in-memory queue (25 milliseconds) [info] - disk queue (encryption = off) (61 milliseconds) [info] org.apache.spark.sql.execution.python.RowQueueSuite *** ABORTED *** (130 milliseconds) [info] java.lang.ExceptionInInitializerError: [info] at java.base/java.lang.Class.forName0(Native Method) [info] at java.base/java.lang.Class.forName(Class.java:467) [info] at org.apache.commons.crypto.utils.ReflectionUtils.getClassByNameOrNull(ReflectionUtils.java:93) [info] at org.apache.commons.crypto.utils.ReflectionUtils.getClassByName(ReflectionUtils.java:64) [info] at org.apache.commons.crypto.random.CryptoRandomFactory.getCryptoRandom(CryptoRandomFactory.java:189) [info] at org.apache.spark.security.CryptoStreamUtils$.createInitializationVector(CryptoStreamUtils.scala:138) [info] at org.apache.spark.security.CryptoStreamUtils$.createCryptoOutputStream(CryptoStreamUtils.scala:56) [info] at org.apache.spark.serializer.SerializerManager.$anonfun$wrapForEncryption$3(SerializerManager.scala:151) [info] at scala.Option.map(Option.scala:242) [info] at org.apache.spark.serializer.SerializerManager.wrapForEncryption(SerializerManager.scala:151) [info] at org.apache.spark.sql.execution.python.DiskRowQueue.<init>(RowQueue.scala:119) [info] at org.apache.spark.sql.execution.python.RowQueueSuite.$anonfun$new$2(RowQueueSuite.scala:72) [info] at org.apache.spark.sql.execution.python.RowQueueSuite.$anonfun$new$2$adapted(RowQueueSuite.scala:68) [info] at org.apache.spark.security.EncryptionFunSuite.$anonfun$encryptionTest$2(EncryptionFunSuite.scala:32) ... [info] Run completed in 1 second, 335 milliseconds. [info] Total number of tests run: 2 [info] Suites: completed 0, aborted 1 [info] Tests: succeeded 2, failed 0, canceled 0, ignored 0, pending 0 [info] *** 1 SUITE ABORTED *** [error] Error during tests: [error] org.apache.spark.sql.execution.python.RowQueueSuite [error] (sql / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful ``` -- 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]
