Conversation
4535f68 to
8951da0
Compare
8951da0 to
202ef1e
Compare
|
|
||
| <properties> | ||
| <java.version>17</java.version> | ||
| <java.version>21</java.version> |
There was a problem hiding this comment.
Is this PR dropping support for Java 17? Why? I don't have anything against it in principle, but there should be a reason.
There was a problem hiding this comment.
I believe this was the plan all-along (wait for Hadoop 3.5 upgrade then bump to whatever latest JDK version this supports). Since Hadoop 3.5 supports JDK 21 client-side and it is the only thing preventing us from upgrading the compiler version, it seemed correct to do. Whether we wait for JDK 25+ support in Hadoop before decoupling it from critical extensions (e.g. Parquet) is IMO a separate issue, and we can in the meantime upgrade the compiler version as the timeline for the other changes is undefined at the moment. Let me know if you have any hesitations.
202ef1e to
58ab434
Compare
e675f56 to
bfd2e4b
Compare
bfd2e4b to
319cc67
Compare
Description
https://hadoop.apache.org/release/3.5.0.html
Release note
Upgrade to Hadoop 3.5 and push minimum supported JDK to 21
This PR has: