Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/23536 )
Change subject: IMPALA-13066: Extend SHOW CREATE TABLE to include stats and partitions ...................................................................... Patch Set 10: Code-Review+1 (2 comments) LGTM. http://gerrit.cloudera.org:8080/#/c/23536/9//COMMIT_MSG Commit Message: http://gerrit.cloudera.org:8080/#/c/23536/9//COMMIT_MSG@8 PS9, Line 8: : Adds a new WITH STATS option to the SHOW CREATE TABLE statement to : emit additional SQL statements for recreating table statistics and : partitions. : : When specified, Impala outputs: : : - Base CREATE TABLE statement. : : - ALTER TABLE ... SET TBLPROPERTIES for table-level stats. : : - ALTER TABLE ... SET COLUMN STATS for all non-partition columns, : restoring column stats. : > nit: Please make it so that each commit message lines are 72 chars at most. Done http://gerrit.cloudera.org:8080/#/c/23536/9/tests/metadata/test_show_create_table.py File tests/metadata/test_show_create_table.py: http://gerrit.cloudera.org:8080/#/c/23536/9/tests/metadata/test_show_create_table.py@186 PS9, Line 186: if not is_paimon > Done Done -- To view, visit http://gerrit.cloudera.org:8080/23536 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I87950ae9d9bb73cb2a435cf5bcad076df1570dc2 Gerrit-Change-Number: 23536 Gerrit-PatchSet: 10 Gerrit-Owner: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Arnab Karmakar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Fri, 24 Oct 2025 21:25:15 +0000 Gerrit-HasComments: Yes
