alamb opened a new pull request, #7745: URL: https://github.com/apache/arrow-rs/pull/7745
Note this targets a release branch, not main I have a different proposed fix for `main`: - https://github.com/apache/arrow-rs/pull/7742 # Which issue does this PR close? - Related to https://github.com/apache/arrow-rs/issues/7394 - Related to https://github.com/apache/arrow-rs/issues/7736 # Rationale for this change `cargo test --all` requires python and pyarrow installed, where it did not in previous versions of arrow due to breaking out `arrow-pyarrow` into its own crate in - https://github.com/apache/arrow-rs/pull/7694 In order to get a script that can automatically verify a release candidate, let's ignore this new module for now. More details - https://github.com/apache/arrow-rs/issues/7736 - https://github.com/apache/arrow-rs/pull/7742 Note that the arrow-pyarrow tests do run as part of CI and succeed on this branch # What changes are included in this PR? Exclude running the `arrow-pyarrow` tests as part of `verify-release-acndidate` # Are there any user-facing changes? No this is a development process only change -- 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]
