Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4988
to look at the new patch set (#2).
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
---
M src/kudu/tablet/compaction.cc
M src/kudu/tablet/compaction.h
M src/kudu/tablet/delta_compaction.cc
3 files changed, 23 insertions(+), 32 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/88/4988/2
--
To view, visit http://gerrit.cloudera.org:8080/4988
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifd9f59094ac1f5f9c6343c77771d5770dcc089f9
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins