zinking commented on code in PR #37023: URL: https://github.com/apache/arrow/pull/37023#discussion_r1283925511
########## ci/docker/java-jni-manylinux-201x.dockerfile: ########## @@ -34,7 +34,7 @@ RUN vcpkg install \ # Install Java ARG java=1.8.0 -ARG maven=3.9.3 +ARG maven=3.9.4 RUN yum install -y java-$java-openjdk-devel && \ Review Comment: I was thinking of splitting this single line into multiple lines to make errors explicit. -- 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]
