raulcd commented on code in PR #39502:
URL: https://github.com/apache/arrow/pull/39502#discussion_r1446448703
##########
dev/release/verify-release-candidate.sh:
##########
@@ -904,6 +904,7 @@ test_integration() {
maybe_setup_virtualenv
pip install -e dev/archery[integration]
+ pip install jpype1 || :
Review Comment:
`||` is the or operator and `:` is the null operator which just returns a
successful exit code. My idea was at least do not fail if jpype cannot be
installed. As I recall reading that it might not be available on some systems.
--
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]