kou opened a new issue, #46989: URL: https://github.com/apache/arrow/issues/46989
### Describe the bug, including details regarding any error messages, version, and platform. https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=70171&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=6c939d89-0d1a-51f2-8b30-091a7a82e98c&l=1417 ```text [ 8%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o In file included from /arrow/cpp/src/arrow/status.h:26:0, from /arrow/cpp/src/arrow/result.h:27, from /arrow/cpp/src/arrow/type.h:32, /arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}]’ /arrow/cpp/src/arrow/status.h:228:28: required from ‘static arrow::Status arrow::Status::Invalid(Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}]’ /arrow/cpp/src/arrow/util/decimal.h:520:58: required from here /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[22], arrow::Type::type&}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference [&ss](auto&& arg) { ^ /arrow/cpp/src/arrow/util/string_util.h: In instantiation of ‘std::__cxx11::string arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]’: /arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}]’ /arrow/cpp/src/arrow/status.h:240:28: required from ‘static arrow::Status arrow::Status::IndexError(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}]’ /arrow/cpp/src/arrow/array/array_base.cc:185:48: required from here /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[21], long int&, const char (&)[39], long int}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference /arrow/cpp/src/arrow/util/string_util.h: In instantiation of ‘std::__cxx11::string arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]’: /arrow/cpp/src/arrow/status.h:184:47: required from ‘static arrow::Status arrow::Status::FromArgs(arrow::StatusCode, Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}]’ /arrow/cpp/src/arrow/status.h:222:28: required from ‘static arrow::Status arrow::Status::NotImplemented(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}]’ /arrow/cpp/src/arrow/scalar.h:993:34: required from ‘arrow::Status arrow::MakeScalarImpl<ValueRef>::Visit(const arrow::DataType&) [with ValueRef = long int&&]’ /arrow/cpp/src/arrow/visit_type_inline.h:55:5: required from ‘arrow::Status arrow::VisitTypeInline(const arrow::DataType&, VISITOR*, ARGS&& ...) [with VISITOR = arrow::MakeScalarImpl<long int&&>; ARGS = {}]’ /arrow/cpp/src/arrow/scalar.h:998:5: required from ‘arrow::Result<std::shared_ptr<arrow::Scalar> > arrow::MakeScalarImpl<ValueRef>::Finish() && [with ValueRef = long int&&]’ /arrow/cpp/src/arrow/scalar.h:931:84: required from ‘arrow::Result<std::shared_ptr<arrow::Scalar> > arrow::MakeScalar(std::shared_ptr<arrow::DataType>, Value&&) [with Value = long int]’ /arrow/cpp/src/arrow/array/array_base.cc:144:5: required from here /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference /arrow/cpp/src/arrow/util/string_util.h:49:7: error: member ‘arrow::internal::JoinToString(Args&& ...) [with Args = {const char (&)[30], const arrow::DataType&, const char (&)[21]}; std::__cxx11::string = std::__cxx11::basic_string<char>]::<lambda(auto:1&&)>::<ss capture>’ is uninitialized reference make[2]: *** [src/arrow/CMakeFiles/arrow_array.dir/build.make:76: src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2649: src/arrow/CMakeFiles/arrow_array.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... ``` #46813 may be related. ### Component(s) C++, Continuous Integration -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org