Files
impala/testdata/workloads/functional-query
LPL e1fea843ea 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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2022-07-16 17:11:24 +00:00
..