Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/24669 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tools/tool_action_table.cc 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I13c025957afdc637a39a7fa7237ecb6d555ae719 Gerrit-Change-Number: 24669 Gerrit-PatchSet: 3 Gerrit-Owner: Yan-Daojiang <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yan-Daojiang <[email protected]>
