akash-c-dev commented on issue #367:
URL: 
https://github.com/apache/datafusion-comet/issues/367#issuecomment-2104278510

   @ganeshkumar269 / @viirya 
   Encountered the same issue. Looks to be specific to macOS Sonoma. On my mac, 
the test case is failing, but not on ubuntu.
   
   On further debugging issue exists in apache/spark too 
[AuthEngineSuite.java#testEncryptedMessage](https://github.com/apache/spark/blob/326dbb4478732eb9b7a683511e69206f2b21bd37/common/network-common/src/test/java/org/apache/spark/network/crypto/AuthEngineSuite.java#L221)
   
   And if you backtrack you'll notice similar issues on commons-crypto library.
   
   I was able to get it working on Mac by adding this
   
   `-Dcommons.crypto.lib.path=/usr/local/lib/
         -Dcommons.crypto.lib.name=libcrypto.dylib`
   
   to https://github.com/apache/datafusion-comet/blob/main/pom.xml#L86
   


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