Peter Rozsa has posted comments on this change. ( http://gerrit.cloudera.org:8080/24561 )
Change subject: IMPALA-15151: Set Java source version to 17 ...................................................................... Patch Set 1: (1 comment) > Patch Set 1: > > (1 comment) > > Works for me. http://gerrit.cloudera.org:8080/#/c/24561/1/java/pom.xml File java/pom.xml: http://gerrit.cloudera.org:8080/#/c/24561/1/java/pom.xml@95 PS1, Line 95: <maven.compiler.source>17</maven.compiler.source> > We should switch to using maven.compiler.release instead of separate maven. If we use maven.compiler.release, then we can't use --add-exports for the unsafe package. To use it, first, we have to do a port for our UnsafeUtil to FFM but FFM is incubating in Java 17. To ultimately resolve this situation, we have to move to Java 21. I'd keep source/target as of now. -- To view, visit http://gerrit.cloudera.org:8080/24561 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Iccb7b9cc28ad8ade554298503f2d8f4dee789151 Gerrit-Change-Number: 24561 Gerrit-PatchSet: 1 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Comment-Date: Thu, 09 Jul 2026 09:06:04 +0000 Gerrit-HasComments: Yes
