kou opened a new issue, #49366: URL: https://github.com/apache/arrow/issues/49366
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/22265501635/job/64410820710#step:7:3638 ```text FAILED: src/gandiva/precompiled/string_ops.bc /build/cpp/src/gandiva/precompiled/string_ops.bc cd /build/cpp/src/gandiva/precompiled && /opt/vcpkg/installed/amd64-linux-static-release/tools/llvm/clang-18 -std=c++20 -DGANDIVA_IR -DNDEBUG -DARROW_STATIC -DGANDIVA_STATIC -fno-use-cxa-atexit -emit-llvm -O3 -c /arrow/cpp/src/gandiva/precompiled/string_ops.cc -o /build/cpp/src/gandiva/precompiled/string_ops.bc -I/build/cpp/src -I/arrow/cpp/src In file included from /arrow/cpp/src/gandiva/precompiled/string_ops.cc:20: In file included from /arrow/cpp/src/arrow/util/value_parsing.h:32: In file included from /arrow/cpp/src/arrow/type_traits.h:26: /arrow/cpp/src/arrow/util/bit_util.h:20:10: fatal error: 'bit' file not found 20 | #include <bit> | ^~~~~ 1 error generated. ``` C++ compiler is clang-18. #49298 will be related. ### Component(s) C++ -- 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]
