danepitkin commented on PR #43385: URL: https://github.com/apache/arrow/pull/43385#issuecomment-2246482854
I don't think changing `MACOSX_DEPLOYMENT_TARGET` is going to help here. It looks like parquet tests and orc tests are failing to link in the C++ layer. For example, in https://github.com/ursacomputing/crossbow/actions/runs/10055540527/job/27792410574: ``` ... [497/510] Linking CXX executable release/arrow-orc-adapter-test FAILED: release/arrow-orc-adapter-test ... [498/510] Linking CXX executable release/parquet-internals-test FAILED: release/parquet-internals-test ... [499/510] Linking CXX executable release/parquet-writer-test FAILED: release/parquet-writer-test ... [500/510] Linking CXX executable release/parquet-reader-test FAILED: release/parquet-reader-test ... [501/510] Linking CXX executable release/parquet-arrow-test FAILED: release/parquet-arrow-test ... ``` @kou by chance do you know what might be happening here? -- 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]
