Wenzhe Zhou has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20851
Change subject: IMPALA-12671: Fix LdapHS2Test.testImpalaExtJdbcTables for JDK17 build ...................................................................... IMPALA-12671: Fix LdapHS2Test.testImpalaExtJdbcTables for JDK17 build LdapHS2Test.testImpalaExtJdbcTables was added in IMPALA-12502 recently. The test failed in nightly builds with JDK17. The error happened when shell script testdata/bin/download-impala-jdbc-driver.sh was invoked from Java code to copy Impala jdbc driver with hadoop fs commands. This patch changes code to run the script download-impala-jdbc-driver.sh from testdata/bin/copy-ext-data-sources.sh, which is invoked when loading data and jar files for external data source. Testing: - Passed LdapHS2Test.testImpalaExtJdbcTables for JDK17 and default build JDK. - Passed core tests. Change-Id: If62fe207978301b8ce95f5af30f605e3bb8caa28 --- M fe/src/test/java/org/apache/impala/customcluster/LdapHS2Test.java M testdata/bin/copy-ext-data-sources.sh 2 files changed, 5 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/51/20851/1 -- To view, visit http://gerrit.cloudera.org:8080/20851 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If62fe207978301b8ce95f5af30f605e3bb8caa28 Gerrit-Change-Number: 20851 Gerrit-PatchSet: 1 Gerrit-Owner: Wenzhe Zhou <[email protected]>
