Copilot commented on code in PR #50814:
URL: https://github.com/apache/arrow/pull/50814#discussion_r4014696308


##########
dev/tasks/tasks.yml:
##########
@@ -765,7 +765,7 @@ tasks:
       image: conda-python-dask
 {% endfor %}
 
-{% for hdfs_version in ["2.9.2", "3.2.1"] %}
+{% for hdfs_version in ["2.10.2", "3.5.0"] %}

Review Comment:
   The `2.10.2` job inherits the global `JDK=17` from `.env` because this 
matrix only overrides `HDFS` and `PYTHON`. Hadoop 2.10.2's release build 
requirements specify JDK 1.7/1.8, while JDK 17 is required by the 3.5.0 line, 
so the new v2 job is running an unsupported JVM combination. Please 
parameterize the JDK per HDFS version and use JDK 8 for 2.10.2 while retaining 
17 for 3.5.0.



-- 
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]

Reply via email to