David Ribeiro Alves has submitted this change and it was merged. Change subject: Consolidate Row/CompactionInputRow printing on compaction ......................................................................
Consolidate Row/CompactionInputRow printing on compaction We are duplicating row printing code in a lot of places. This adds a couple of methods to avoid that. Change-Id: Ifd9f59094ac1f5f9c6343c77771d5770dcc089f9 Reviewed-on: http://gerrit.cloudera.org:8080/4988 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tablet/compaction.cc M src/kudu/tablet/compaction.h M src/kudu/tablet/delta_compaction.cc 3 files changed, 24 insertions(+), 29 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4988 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ifd9f59094ac1f5f9c6343c77771d5770dcc089f9 Gerrit-PatchSet: 7 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Dinesh Bhat <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
