Thomas Tauber-Marshall has posted comments on this change. ( http://gerrit.cloudera.org:8080/15199 )
Change subject: IMPALA-5308: Resolve confusing Kudu SHOW TABLE STATS output ...................................................................... Patch Set 2: Yeah, its definitely pretty weird to me that "show table stats" shows partition information for Kudu tables but not for HDFS tables. Seems like that's what "show partitions" is for, and "show table stats" should be for table-level info. So I would say - for "show table stats" only show stuff that's table-level and that we have info for, so definitely "# rows", probably a "format -> KUDU" column like how HDFS has "format->TEXT/PARQUET/whatever", and maybe stuff like "# partitions" or "size" if those things are available. And then for "show partitions" don't add the "total # rows", just exclude the "# rows" column entirely. -- To view, visit http://gerrit.cloudera.org:8080/15199 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ice4b8df65f0a53fe14b8fbe35d82c9887ab9a041 Gerrit-Change-Number: 15199 Gerrit-PatchSet: 2 Gerrit-Owner: Tamas Mate <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Sahil Takiar <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Comment-Date: Tue, 18 Feb 2020 18:21:34 +0000 Gerrit-HasComments: No
