You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Anonymous Coward (Code Review)" <ge...@cloudera.org> on 2022/06/17 14:46:03 UTC

[Impala-ASF-CR] IMPALA-11367: Fix some formatting bugs when DESCRIBE FORMATTED for Iceberg tables

lipenglin@sensorsdata.cn has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/18634 )

Change subject: IMPALA-11367: Fix some formatting bugs when DESCRIBE FORMATTED for Iceberg tables
......................................................................

IMPALA-11367: Fix some formatting bugs when DESCRIBE FORMATTED for Iceberg tables

Fix some formatting bugs when DESCRIBE FORMATTED for Iceberg tables:
 - 'LINE_DELIM' is missing on '# Partition Transform Information'
 - The partition transform columns header should be
 'col_name,transform_type,NULL'

Testing:
 - Existing tests

Change-Id: I991644cefb34decc843a5542b47eaec11d7b6e42
---
M fe/src/main/java/org/apache/impala/util/HiveMetadataFormatUtils.java
M testdata/workloads/functional-query/queries/QueryTest/iceberg-create.test
2 files changed, 22 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/34/18634/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18634
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I991644cefb34decc843a5542b47eaec11d7b6e42
Gerrit-Change-Number: 18634
Gerrit-PatchSet: 2
Gerrit-Owner: Anonymous Coward <li...@sensorsdata.cn>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Tamas Mate <tm...@apache.org>
Gerrit-Reviewer: Zoltan Borok-Nagy <bo...@cloudera.com>