Copilot commented on code in PR #51266:
URL: https://github.com/apache/arrow/pull/51266#discussion_r3969947970


##########
ci/conda_env_gandiva.txt:
##########
@@ -16,4 +16,4 @@
 # under the License.
 
 clang
-llvmdev<23
+llvmdev

Review Comment:
   `llvmdev` is now unpinned, which can make CI/start-of-day builds start 
failing as soon as Conda publishes LLVM 24.x (since CMake currently only 
searches versions in `ARROW_LLVM_VERSIONS`, up to 23.1). Consider pinning to 
the next unsupported major (e.g. `<24`) to keep CI stable until LLVM 24 is 
explicitly supported.



-- 
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]

Reply via email to