Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/20851 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: If62fe207978301b8ce95f5af30f605e3bb8caa28 Gerrit-Change-Number: 20851 Gerrit-PatchSet: 3 Gerrit-Owner: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Anonymous Coward <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
