kou commented on issue #15018:
URL: https://github.com/apache/arrow/issues/15018#issuecomment-1357075405

   Can we try the following to confirm whether LLVM version difference (14 for 
arrow-cpp and 11 for numba) is related or not?
   
   ```diff
   diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml 
b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
   index 1c3478582b..6e2ef6bad0 100644
   --- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
   +++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml
   @@ -4,7 +4,7 @@
    {% set build_ext_version = ARROW_VERSION %}
    {% set build_ext = "cuda" if cuda_enabled else "cpu" %}
    {% set proc_build_number = "0" %}
   -{% set llvm_version = "14" %}
   +{% set llvm_version = "11" %}
    
    package:
      name: apache-arrow
   ```


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