Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23096
Change subject: IMPALA-14187: Add IMPALA_JAVA_TARGET env var ...................................................................... IMPALA-14187: Add IMPALA_JAVA_TARGET env var Impala is preparing to switch to JDK17 for Java compilation by default. While the source version might remain in 1.8 for longer, we should experiment with targeting binary version 17. This patch adds IMPALA_JAVA_TARGET env var to control target binary version. It is initialized in impala-config-java.sh, depending on value of IMPALA_JDK_VERSION env var. Testing: Pass data load and FE tests with IMPALA_JDK_VERSION=17. Change-Id: If194d87c542d416b878661403c32c6adc2930199 --- M bin/impala-config-java.sh M fe/pom.xml M java/TableFlattener/pom.xml M java/calcite-planner/pom.xml M java/datagenerator/pom.xml M java/ext-data-source/api/pom.xml M java/ext-data-source/jdbc/pom.xml M java/ext-data-source/sample/pom.xml M java/ext-data-source/test/pom.xml M java/external-frontend/pom.xml M java/iceberg-rest-catalog-test/pom.xml M java/puffin-data-generator/pom.xml M java/query-event-hook-api/pom.xml M java/test-corrupt-hive-udfs/pom.xml M java/test-hive-udfs/pom.xml M java/yarn-extras/pom.xml 16 files changed, 18 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/23096/1 -- To view, visit http://gerrit.cloudera.org:8080/23096 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If194d87c542d416b878661403c32c6adc2930199 Gerrit-Change-Number: 23096 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
