kou commented on PR #40244:
URL: https://github.com/apache/arrow/pull/40244#issuecomment-1965268454

   > clang v gcc might be totally wrong
   
   Right. This is related to underlying C++ libraries (libstdc++ provided by 
GCC and libc++ provided by LLVM) not frontend compilers (`g++` and `clang++`).
   
   We need to use libstdc++ 14 (provided by GCC 14) to reproduce this. We can 
use either `g++` or `clang++`.


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