GH-49526: [CI] Update Maven version from 3.8.7 to 3.9.9#49488
GH-49526: [CI] Update Maven version from 3.8.7 to 3.9.9#49488kou merged 1 commit intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or See also: |
|
This is related to apache/arrow-java#1030 If we want to update to Apache POM 37 on Arrow Java, we need Maven 3.9.x as some Maven plugins "require" this API version. |
|
Could you fill the PR description with our PR template? |
|
@kou yes, of course. Sorry about that, I was too eager 😄 |
|
@github-actions crossbow submit test-conda-python-3.10-hdfs-* test-conda-python-spark |
|
Revision: 4ae65b4 Submitted crossbow builds: ursacomputing/crossbow @ actions-cd87482866
|
|
@kou I updated the PR description according to the template. |
raulcd
left a comment
There was a problem hiding this comment.
LGTM
Two minor nits:
- The HDFS job with 2.9.2 fails sporadically due to timeout installing a really old version of Hadoop. I've opened an issue to bump the hdfs integration versions here: #49524
- I am happy to merge but this doesn't really fit our definition for MINOR and we should create an issue for issues like this, just posting for future reference I am fine merging as is.
|
@raulcd fair enough. Let me create an issue and update the commit. |
|
|
|
|
|
@raulcd I created an issue and "attached" to this PR. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 9577ca4. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
This is related to apache/arrow-java#1030. Upgrading to Apache POM 37 on Arrow Java requires Maven 3.9.x as some Maven plugins require this API version.
What changes are included in this PR?
Bumps Maven from 3.8.7 to 3.9.9 in
.envand all CI Dockerfiles that reference the Maven version:.envci/docker/conda-integration.dockerfileci/docker/conda-python-hdfs.dockerfileci/docker/conda-python-jpype.dockerfileci/docker/conda-python-spark.dockerfileAre these changes tested?
Crossbow CI jobs were submitted for the affected configurations (HDFS, Spark).
Are there any user-facing changes?
No.