Eason0729 commented on issue #13513: URL: https://github.com/apache/datafusion/issues/13513#issuecomment-2509777392
It compiles under 1.82.0 and 1.83.0(didn't use LLVM 15), I think it's LLVM version related. In addition, I may need some help on how to use specific version of LLVM? ``` root@73b0a356b106:/stacker/psm# echo $PATH /usr/lib/llvm-15/bin:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ``` ``` root@73b0a356b106:/stacker/psm# clang --version Debian clang version 15.0.6 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm-15/bin ``` ``` root@73b0a356b106:/stacker/psm# rustc --version --verbose rustc 1.83.0 (90b35a623 2024-11-26) binary: rustc commit-hash: 90b35a6239c3d8bdabc530a6a0816f7ff89a0aaf commit-date: 2024-11-26 host: x86_64-unknown-linux-gnu release: 1.83.0 LLVM version: 19.1.1 ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org