Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19410 )
Change subject: IMPALA-11834: Fix Iceberg LOAD DATA hdfsDelete JVM crash ...................................................................... IMPALA-11834: Fix Iceberg LOAD DATA hdfsDelete JVM crash The LOAD DATA statement could crash the JVM when there were differences between the 'fs.defaultFS' and loaded paths. This happened because the hdfsFS object was initialized with the default FS instead of the correct ones for the paths. This commit fixes the hdfsFS object initialization. Testing: - Ran the existing tests locally. Change-Id: Ifb8f6ebf5b7100e69c1b02137d03fe70c331c30f Reviewed-on: http://gerrit.cloudera.org:8080/19410 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/service/client-request-state.cc M be/src/service/client-request-state.h 2 files changed, 15 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19410 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifb8f6ebf5b7100e69c1b02137d03fe70c331c30f Gerrit-Change-Number: 19410 Gerrit-PatchSet: 3 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
