zeroshade opened a new pull request, #1277: URL: https://github.com/apache/arrow-go/pull/1277
### Rationale for this change The Conda integration workflow overrides Apache Arrow's `GTest_SOURCE=BUNDLED` image configuration with `SYSTEM`. That can compile integration tests against Conda GTest headers while linking the bundled/different-version library, producing intermittent `testing::internal::AssertHelper` undefined-symbol failures. ### What changes are included in this PR? Remove the workflow override so the upstream `conda-cpp` image's explicit `GTest_SOURCE=BUNDLED` setting is used consistently for headers and libraries. ### Are these changes tested? - `actionlint .github/workflows/test.yml` (excluding unrelated existing ShellCheck findings) - `git diff --check` The complete Conda integration image is exercised by CI. ### Are there any user-facing changes? No. -- 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]
