raulcd opened a new issue, #45868: URL: https://github.com/apache/arrow/issues/45868
### Describe the bug, including details regarding any error messages, version, and platform. Our nightly build for [test-ubuntu-22.04-cpp-20](https://github.com/ursacomputing/crossbow/actions/runs/13959426933/job/39077910827) is failing with: ``` FAILED: src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/aggregate_test.cc.o /usr/local/bin/sccache /usr/lib/ccache/c++ -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_AVX512 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_WITH_TIMING_TESTS -DBOOST_ALL_NO_LIB -I/build/cpp/src -I/arrow/cpp/src -I/arrow/cpp/src/generated -isystem /arrow/cpp/thirdparty/flatbuffers/include -Wredundant-move -Wno-noexcept-type -fdiagnostics-color=always -Wall -Wno-conversion -Wno-sign-conversion -Wdate-time -Wimplicit-fallthrough -Wunused-result -fno-semantic-interposition -msse4.2 -g -Werror -O0 -ggdb -g1 -fPIE -DGTEST_HAS_PTHREAD=1 -std=c++20 -MD -MT src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/aggregate_test.cc.o -MF src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/aggregate_test.cc.o.d -o src/arrow/compute/kernels/CMakeFiles/arrow-compute-aggregate-test.dir/aggregate_test.cc.o -c /arrow/cpp/src/arrow/compute/kernels/aggregate_test.cc /arrow/cpp/src/arrow/compute/kernels/aggregate_test.cc: In member function 'virtual void arrow::compute::TestSkewKurtosis_Options_Test::TestBody()': /arrow/cpp/src/arrow/compute/kernels/aggregate_test.cc:3698:26: error: call of overloaded 'AssertSkewKurtosisAre(std::shared_ptr<arrow::DataType>&, <brace-enclosed initializer list>, arrow::compute::SkewOptions&, double, double)' is ambiguous 3698 | AssertSkewKurtosisAre(type, {"[1, 2, 3]", "[40, null]"}, options, 1.9889477403978211, | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3699 | 3.9631931024230695); | ~~~~~~~~~~~~~~~~~~~ /arrow/cpp/src/arrow/compute/kernels/aggregate_test.cc:3595:8: note: candidate: 'void arrow::compute::TestSkewKurtosis::AssertSkewKurtosisAre(const std::shared_ptr<arrow::DataType>&, std::string_view, const arrow::compute::SkewOptions&, double, double, int)' 3595 | void AssertSkewKurtosisAre(const std::shared_ptr<DataType>& type, std::string_view json, | ^~~~~~~~~~~~~~~~~~~~~ /arrow/cpp/src/arrow/compute/kernels/aggregate_test.cc:3602:8: note: candidate: 'void arrow::compute::TestSkewKurtosis::AssertSkewKurtosisAre(const std::shared_ptr<arrow::DataType>&, const std::vector<std::__cxx11::basic_string<char> >&, const arrow::compute::SkewOptions&, double, double, int)' 3602 | void AssertSkewKurtosisAre(const std::shared_ptr<DataType>& type, | ^~~~~~~~~~~~~~~~~~~~~ [728/1276] Building CXX object src/arrow/util/CMakeFiles/arrow-async-utility-test.dir/async_util_test.cc.o [729/1276] Building CXX object src/arrow/util/CMakeFiles/arrow-async-utility-test.dir/async_generator_test.cc.o [730/1276] Linking CXX shared library debug/libarrow.so.2000.0.0 [731/1276] Building CXX object src/arrow/compute/kernels/CMakeFiles/arrow-compute-vector-selection-test.dir/vector_selection_test.cc.o ninja: build stopped: subcommand failed. ``` This has to do with https://github.com/apache/arrow/issues/45733 ### Component(s) Continuous Integration, 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org