Open bmanturner opened 2 years ago
I'm on an Intel Mac
This bug happens as RBC is selecting system clang to compile C code. When the system clang version is greater than the one used by Numba/llvmlite, parts of the IR (i.e. new attributes) may not be recognized by the LLVM shipped with llvmlite.
This bug should be fixed in #520 and #521
I ran
pytest -rs -sv rbc/tests/heavydb/test_array.py -x --tb=short
and received:
so I added the following to
remove_features
dictionaryand now I receive