Yan-Daojiang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24669
Change subject: KUDU-3797: Show table-level on-disk size in human-readable format ...................................................................... KUDU-3797: Show table-level on-disk size in human-readable format This patch formats the table-level on-disk size with HumanReadableNumBytes::ToString() so it is consistent with the per-tablet rows. The on-disk-size limit is left as a raw value since it uses -1 to denote "unlimited", and the row-count fields are counts rather than byte sizes. The client-side KuduTableStatistics::ToString() path (used when --show_tablets is not set) is intentionally left unchanged to preserve backward compatibility. Change-Id: I13c025957afdc637a39a7fa7237ecb6d555ae719 --- M src/kudu/tools/tool_action_table.cc 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/24669/1 -- To view, visit http://gerrit.cloudera.org:8080/24669 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I13c025957afdc637a39a7fa7237ecb6d555ae719 Gerrit-Change-Number: 24669 Gerrit-PatchSet: 1 Gerrit-Owner: Yan-Daojiang <[email protected]>
