Hi, I'm working on updating from Arrow 14 to 15 here at Dremio and I ran into an issue which I've traced back to https://github.com/apache/arrow/pull/39098
This is the error I see coming from llvm: *Duplicate definition of symbol 'expr_0_0'* This only occurs during one unit test which is running over a thousand queries, and it does not reproduce when running the failed query individually. I've not been able to reproduce it in a standalone Arrow unit test. If I remove the above changes then the test works fine. Is anyone familiar with llvm and able to say what might cause this, or have any ideas how to track this down? Thanks, Logan