Tamas Mate has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18160


Change subject: IMPALA-11076: Re-use FDs loaded by HdfsTable during 
IcebergTable load
......................................................................

IMPALA-11076: Re-use FDs loaded by HdfsTable during IcebergTable load

Impala uses the Iceberg API to load the DataFiles which is needed to
create the FileDescriptors. This operation is redundant, because the
IcebergTable's internal HdfsTable loads the FileDescriptors prior as
well.

This commit updates the loadAllPartition operation to re-use the
HdfsTable's FileDescriptors.

Testing:
 - Executed the Iceberg tests.

Change-Id: Id49daec60237dd6c8cce92c00a09fd9a6e6479b4
---
M fe/src/main/java/org/apache/impala/catalog/FeIcebergTable.java
M fe/src/main/java/org/apache/impala/planner/IcebergScanNode.java
M fe/src/main/java/org/apache/impala/util/IcebergUtil.java
3 files changed, 16 insertions(+), 15 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/18160/1
--
To view, visit http://gerrit.cloudera.org:8080/18160
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id49daec60237dd6c8cce92c00a09fd9a6e6479b4
Gerrit-Change-Number: 18160
Gerrit-PatchSet: 1
Gerrit-Owner: Tamas Mate <[email protected]>

Reply via email to