Noemi Pap-Takacs has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22605
Change subject: IMPALA-13738 (Part1): Denormalize IcebergTable.getPartialInfo() ...................................................................... IMPALA-13738 (Part1): Denormalize IcebergTable.getPartialInfo() This patch aims to refactor Iceberg tables in the Catalog. It removes the dependency on the internal hdfsTable_ object from IcebergTable.getPartialInfo(). Now we depend less on HdfsTable when we load an Iceberg table in local catalog mode. Testing: - existing Iceberg e2e tests in local catalog mode - ran test_iceberg_with_puffin.py in local catalog mode Change-Id: I75d277fb555d0088a2e28111ff529a4605d734fa --- M fe/src/main/java/org/apache/impala/catalog/IcebergTable.java 1 file changed, 82 insertions(+), 10 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/05/22605/1 -- To view, visit http://gerrit.cloudera.org:8080/22605 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I75d277fb555d0088a2e28111ff529a4605d734fa Gerrit-Change-Number: 22605 Gerrit-PatchSet: 1 Gerrit-Owner: Noemi Pap-Takacs <npaptak...@cloudera.com> Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com>