brunal commented on issue #7736: URL: https://github.com/apache/arrow-rs/issues/7736#issuecomment-2994314152
This is likely caused by a "cargo test": that will run the tests of all crates in the workspace, including "pyarrow". However "pyarrow" needs specific setup (pip install pyarrow). In .github/workflows/rust.yml, I had to update the "cargo test" to "cargo test --workspace --exclude arrow-pyarrow" to fix that. It was not an issue before the MR the "pyarrow" feature had to be enabled for "cargo test" to run those tests. I'm not sure where the rogue "cargo test" is though -- I didn't see anyrthing suspicious under .github/. -- 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]
