Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19369
Change subject: [tools] Limit to count of rows to dump accurately ...................................................................... [tools] Limit to count of rows to dump accurately The --nrows flag for 'local_replica dump rowset' doesn't work if not set --dump_all_columns. This patch fix the issue and early break when row count reach --nrows. Change-Id: Ia758ba910fccbbc06ac6c59a795574fb86d4e279 --- M src/kudu/tablet/compaction-test.cc M src/kudu/tablet/compaction.cc M src/kudu/tablet/compaction.h M src/kudu/tablet/diskrowset.cc M src/kudu/tablet/diskrowset.h M src/kudu/tablet/memrowset-test.cc M src/kudu/tablet/memrowset.cc M src/kudu/tablet/memrowset.h M src/kudu/tablet/mock-rowsets.h M src/kudu/tablet/rowset.cc M src/kudu/tablet/rowset.h M src/kudu/tablet/tablet.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_local_replica.cc 14 files changed, 77 insertions(+), 39 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/19369/1 -- To view, visit http://gerrit.cloudera.org:8080/19369 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia758ba910fccbbc06ac6c59a795574fb86d4e279 Gerrit-Change-Number: 19369 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
