[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18735
Change subject: IMPALA-11433: Remove misleading bucketing info from DESCRIBE FORMATTED output for Iceberg tables ...................................................................... IMPALA-11433: Remove misleading bucketing info from DESCRIBE FORMATTED output for Iceberg tables The DESCRIBE FORMATTED output show this even for bucketed Iceberg tables: | Num Buckets: | 0 | NULL | | Bucket Columns: | [] | NULL | We should remove them, and the user should rely on the information in the '# Partition Transform Information' block instead. Testing: - add e2e tests - tested in a real cluster Change-Id: Idc156c932780f0f12c935a1a60ff6606d59bb1da --- M fe/src/main/java/org/apache/impala/util/HiveMetadataFormatUtils.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-create.test 2 files changed, 21 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/35/18735/4 -- To view, visit http://gerrit.cloudera.org:8080/18735 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Idc156c932780f0f12c935a1a60ff6606d59bb1da Gerrit-Change-Number: 18735 Gerrit-PatchSet: 4 Gerrit-Owner: Anonymous Coward <[email protected]>
