kou opened a new pull request, #33669:
URL: https://github.com/apache/arrow/pull/33669

   # Which issue does this PR close?
   
   Closes #33667
   
   # Rationale for this change
   
   There is a problem in deb packages provided by
   LLVM. `sanitizer/asan_interface.h` is included in `libclang-rt-14-dev` but 
it's conflicted with `libclang-common-14-dev`. And `clang-14` requires 
`libclang-common-14-dev`. It means that we can't install both of `clang-14` and 
`libclang-rt-14-dev` at once.
   
   We use deb packages provided by LLVM on Ubuntu 20.04 because Ubuntu 20.4 
provides only old LLVM. But we can use deb packages provided by Ubuntu on 
Ubuntu 22.04.
   
   # What changes are included in this PR?
   
   We use deb packages provided by Ubuntu to avoid this problem.
   
   # Are these changes tested?
   
   Yes.
   
   # Are there any user-facing changes?
   
   No.


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