Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24064
to look at the new patch set (#2).
Change subject: IMPALA-14803: Speed up Iceberg table minimal topic updates
......................................................................
IMPALA-14803: Speed up Iceberg table minimal topic updates
Before this patch only HdfsTable was optimized for minimal topic
updates and IcebergTable created Thrift objects that included
all file descriptors. Most of the info in the Thrift object
is not used later in minimal topic mode (see
CatalogServiceCatalog#getMinimalObjectForV2).
The full Thrift generation took around 1s for an 1M file Iceberg
table. After this patch it looks ignorable.
Change-Id: If037a855dc5d2c4292347b34ebe0221477eae2fe
---
M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java
M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java
M fe/src/main/java/org/apache/impala/catalog/Table.java
3 files changed, 20 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/64/24064/2
--
To view, visit http://gerrit.cloudera.org:8080/24064
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If037a855dc5d2c4292347b34ebe0221477eae2fe
Gerrit-Change-Number: 24064
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>