raulcd opened a new issue, #48566: URL: https://github.com/apache/arrow/issues/48566
### Describe the bug, including details regarding any error messages, version, and platform. The nightly job for [test-conda-cpp-valgrind](https://github.com/ursacomputing/crossbow/actions/runs/20287538649/job/58264650171) failed with the following error: ``` FAILED: [code=1] src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o /usr/local/bin/sccache /opt/conda/envs/arrow/bin/x86_64-conda-linux-gnu-c++ -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_VALGRIND -DARROW_WITH_TIMING_TESTS -DXXH_NO_INLINE_HINTS -I/build/cpp/src -I/arrow/cpp/src -I/arrow/cpp/src/generated -isystem /build/cpp/_deps/googletest-src/googlemock/include -isystem /build/cpp/_deps/googletest-src/googletest/include -isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem /build/cpp/_deps/googletest-src/googletest -isystem /build/cpp/_deps/googletest-src/googlemock -Wno-noexcept-type -Wno-self-move -fvisibility-inlines-hidden -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /opt/conda/envs/arrow/include -fdiagnostics-color=always -Wall -fno-semantic-interposition -msse4.2 -g -O0 -ggdb -g1 -Og -std=c++17 -fPIE -MD -MT src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encrypti on-test.dir/file_parquet_encryption_test.cc.o -MF src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o.d -o src/arrow/dataset/CMakeFiles/arrow-dataset-file-parquet-encryption-test.dir/file_parquet_encryption_test.cc.o -c /arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc /arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc: In member function 'void arrow::dataset::DatasetEncryptionTestBase<T, <template-parameter-1-2> >::SetUp()': /arrow/cpp/src/arrow/dataset/file_parquet_encryption_test.cc:105:28: error: 'EnsureBackendInitialized' is not a member of 'parquet::encryption' 105 | ::parquet::encryption::EnsureBackendInitialized(); | ^~~~~~~~~~~~~~~~~~~~~~~~ [632/829] Building CXX object src/arrow/filesystem/CMakeFiles/arrow-filesystem-test.dir/localfs_test.cc.o ``` Seems related to the changes for: - https://github.com/apache/arrow/issues/41246 ### Component(s) C++, Parquet -- 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]
