You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which seems to point towards an interaction with the llvm headers being in use in gandiva AFAIU. Perhaps it's not depending on only the headers after all?
To fix this issue, the line quoted above should be uncommented, and the conda tests still pass.
Component(s)
C++, C++ - Gandiva, Continuous Integration, Python
The text was updated successfully, but these errors were encountered:
Gandiva use LLVM headers and LLVM static libraries (not shared libraries).
Is it related?
My guess is yes because of how sparse brings in libllvm11 through numba. But I have no idea what's causing the segfault, theoretically those things should be isolated. In particular, libllvm11 only brings in strongly versioned artefacts.
We finished this in the meantime. The problem was somehow related to libllvm15, for more details see conda-forge/pyarrow-feedstock#121 and links therein.
Describe the bug, including details regarding any error messages, version, and platform.
#14832 switched on the test suite within the conda-builds, which itself synced with conda-forge/arrow-cpp-feedstock#875
In the process of doing so an optional dependency had to be removed
arrow/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
Lines 353 to 354 in 2c768a1
because it lead to segmentation faults in the gandiva tests. The only additional dependencies that were pulled in were
which seems to point towards an interaction with the llvm headers being in use in gandiva AFAIU. Perhaps it's not depending on only the headers after all?
To fix this issue, the line quoted above should be uncommented, and the conda tests still pass.
Component(s)
C++, C++ - Gandiva, Continuous Integration, Python
The text was updated successfully, but these errors were encountered: