DenisTarasyuk commented on PR #41497:
URL: https://github.com/apache/arrow/pull/41497#issuecomment-2092924502

   > Ideally though it seems the generated Gandiva code should be able to 
explicitly depend on the static Gandiva code to avoid this? (I'm not familiar 
with LLVM.)
   
   If I understood correctly generated llvm code is part of main process but it 
calls symbols imported by libgandiva which are not visible to main process as 
they are RTLD_LOCAL. There should be failure reported because llvm indicates 
that it can't find symbols but Gandiva seems to be ignoring any errors that 
happen at "execution_engine_->finalizeObject();"


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