We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/apache/arrow/actions/runs/11832540637/job/32972925227?pr=44621#step:7:1428
FAILED: src/arrow/CMakeFiles/arrow-buffer-test.dir/buffer_test.cc.obj D:\a\_temp\msys64\clang64\bin\ccache.exe D:\a\_temp\msys64\clang64\bin\c++.exe -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DUSE_IMPORT_EXPORT -D_CRT_SECURE_NO_WARNINGS -D_ENABLE_EXTENDED_ALIGNED_STORAGE -ID:/a/arrow/arrow/build/cpp/src -ID:/a/arrow/arrow/cpp/src -ID:/a/arrow/arrow/cpp/src/generated -isystem D:/a/arrow/arrow/build/cpp/_deps/googletest-src/googlemock/include -isystem D:/a/arrow/arrow/build/cpp/_deps/googletest-src/googletest/include -isystem D:/a/arrow/arrow/cpp/thirdparty/flatbuffers/include -isystem D:/a/arrow/arrow/build/cpp/_deps/googletest-src/googletest -isystem D:/a/arrow/arrow/build/cpp/_deps/googletest-src/googlemock -Qunused-arguments -fcolor-diagnostics -Wa,-mbig-obj -Wall -Wextra -Wdocumentation -DARROW_WARN_DOCUMENTATION -Wshorten-64-to-32 -Wno-missing-braces -Wno-unused-parameter -Wno-constant-logical-operand -Wno-return-stack-address -Wdate-time -Wno-unknown-warning-option -Wno-pass-failed -mxsave -msse4.2 -O3 -DNDEBUG -O2 -std=c++17 -MD -MT src/arrow/CMakeFiles/arrow-buffer-test.dir/buffer_test.cc.obj -MF src\arrow\CMakeFiles\arrow-buffer-test.dir\buffer_test.cc.obj.d -o src/arrow/CMakeFiles/arrow-buffer-test.dir/buffer_test.cc.obj -c D:/a/arrow/arrow/cpp/src/arrow/buffer_test.cc In file included from D:/a/arrow/arrow/cpp/src/arrow/buffer_test.cc:23: D:/a/_temp/msys64/clang64/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' 820 | static_assert(is_same<_CharT, typename traits_type::char_type>::value, | ^ D:/a/arrow/arrow/cpp/src/arrow/buffer_test.cc:515:30: note: in instantiation of template class 'std::basic_string<unsigned char>' requested here 515 | std::basic_string<uint8_t> data_str = data_array; | ^ D:/a/_temp/msys64/clang64/include/c++/v1/__fwd/string.h:23:29: note: template is declared here 23 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^ In file included from D:/a/arrow/arrow/cpp/src/arrow/buffer_test.cc:23: D:/a/_temp/msys64/clang64/include/c++/v1/string:1061:17: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' 1061 | __init(__s, traits_type::length(__s)); | ^ D:/a/arrow/arrow/cpp/src/arrow/buffer_test.cc:515:41: note: in instantiation of function template specialization 'std::basic_string<unsigned char>::basic_string<0>' requested here 515 | std::basic_string<uint8_t> data_str = data_array; | ^ D:/a/_temp/msys64/clang64/include/c++/v1/__fwd/string.h:23:29: note: template is declared here 23 | struct _LIBCPP_TEMPLATE_VIS char_traits; | ^ 2 errors generated.
C++
The text was updated successfully, but these errors were encountered:
-0117
This was fixed by GH-44493.
Sorry, something went wrong.
No branches or pull requests
Describe the bug, including details regarding any error messages, version, and platform.
https://github.com/apache/arrow/actions/runs/11832540637/job/32972925227?pr=44621#step:7:1428
Component(s)
C++
The text was updated successfully, but these errors were encountered: