Todd Lipcon has submitted this change and it was merged. Change subject: tools: refactor table-printing code a bit ......................................................................
tools: refactor table-printing code a bit This changes the table-printing code to use a class and add some extra safety checks that the added columns have matching numbers of rows. Change-Id: I7e9556a14b6745f6bd07d1aee111bfa5cd9297fe Reviewed-on: http://gerrit.cloudera.org:8080/7259 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/tools/ksck.cc M src/kudu/tools/tool_action_common.cc M src/kudu/tools/tool_action_common.h M src/kudu/tools/tool_action_master.cc M src/kudu/tools/tool_action_tserver.cc 5 files changed, 75 insertions(+), 29 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7259 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7e9556a14b6745f6bd07d1aee111bfa5cd9297fe Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
