You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
ci/scripts/java_build.sh can invoke mvn install several times on the Arrow Java codebase. This happens especially in JNI and Integration builds, which have some optional components enabled.
Component(s)
Continuous Integration, Java
The text was updated successfully, but these errors were encountered:
…38829)
### Rationale for this change
`ci/scripts/java_build.sh` can invoke `mvn install` several times on the Arrow Java codebase. This happens especially in JNI and Integration builds, which have some optional components enabled.
### What changes are included in this PR?
Only invoke `mvn install` once. This change seems to save around 5 minutes on the JNI and Integration builds.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #38832
Lead-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: david dali susanibar arce <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
….sh` (apache#38829)
### Rationale for this change
`ci/scripts/java_build.sh` can invoke `mvn install` several times on the Arrow Java codebase. This happens especially in JNI and Integration builds, which have some optional components enabled.
### What changes are included in this PR?
Only invoke `mvn install` once. This change seems to save around 5 minutes on the JNI and Integration builds.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: apache#38832
Lead-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: david dali susanibar arce <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
ci/scripts/java_build.sh
can invokemvn install
several times on the Arrow Java codebase. This happens especially in JNI and Integration builds, which have some optional components enabled.Component(s)
Continuous Integration, Java
The text was updated successfully, but these errors were encountered: