Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16987
Change subject: IMPALA-10456: Implement TRUNCATE for Iceberg tables ...................................................................... IMPALA-10456: Implement TRUNCATE for Iceberg tables This patch adds support for the TRUNCATE statement for Iceberg tables. The TRUNCATE operation creates a new snapshot for the target table that doesn't have any data files. Testing * added e2e tests for both partitioned and unpartitioned tables Change-Id: I6116c7c36aba871c0be79f499e0ac618072ca7b8 --- M fe/src/main/java/org/apache/impala/analysis/TruncateStmt.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M fe/src/main/java/org/apache/impala/service/IcebergCatalogOpExecutor.java A testdata/workloads/functional-query/queries/QueryTest/iceberg-truncate.test M tests/query_test/test_iceberg.py 5 files changed, 77 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/16987/1 -- To view, visit http://gerrit.cloudera.org:8080/16987 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6116c7c36aba871c0be79f499e0ac618072ca7b8 Gerrit-Change-Number: 16987 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
