kou commented on PR #47148: URL: https://github.com/apache/arrow/pull/47148#issuecomment-3110187913
https://github.com/apache/arrow/actions/runs/16442827719/job/46467431083#step:6:4162 ```text 70/104 Test #72: arrow-dataset-file-orc-test ..................***Failed 11.12 sec Running arrow-dataset-file-orc-test, redirecting output into /build/cpp/build/test-logs/arrow-dataset-file-orc-test.txt (attempt 1/1) /arrow/cpp/build-support/run-test.sh: line 88: 23669 Aborted (core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 WARNING: All log messages before absl::InitializeLog() is called are written to STDERR E0000 00:00:1753185218.973151 23669 descriptor_database.cc:656] File already exists in database: orc_proto.proto F0000 00:00:1753185218.973271 23669 descriptor.cc:2160] Check failed: GeneratedDatabase()->Add(encoded_file_descriptor, size) ``` It seems that ORC was loaded multiple times. `liborc.a` may be linked to the test file multiple times. Let's check the link command line for the test file. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org