Zoltan Borok-Nagy has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/18735 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Idc156c932780f0f12c935a1a60ff6606d59bb1da Gerrit-Change-Number: 18735 Gerrit-PatchSet: 6 Gerrit-Owner: Anonymous Coward <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
