Tamas Mate has uploaded this change for review. ( 
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
---
M be/src/service/client-request-state.cc
M be/src/service/client-request-state.h
2 files changed, 15 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/19410/1
--
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: newchange
Gerrit-Change-Id: Ifb8f6ebf5b7100e69c1b02137d03fe70c331c30f
Gerrit-Change-Number: 19410
Gerrit-PatchSet: 1
Gerrit-Owner: Tamas Mate <tma...@apache.org>

Reply via email to