Copilot commented on code in PR #51258: URL: https://github.com/apache/arrow/pull/51258#discussion_r3967043620
########## ci/conda_env_gandiva.txt: ########## @@ -16,4 +16,4 @@ # under the License. clang -llvmdev<23 +llvmdev Review Comment: Removing the upper bound on `llvmdev` may cause future CI breakages when conda moves to LLVM 24.x (CMake currently only lists up to 23.1 as supported). Consider keeping a major-version cap while still allowing 23.x. -- 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]
