Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17708 )
Change subject: [tools] --scan_batch_size for 'table scan' and 'perf table_scan' ...................................................................... [tools] --scan_batch_size for 'table scan' and 'perf table_scan' This patch introduces a new command-line flag for the 'kudu table scan' and the 'kudu perf table_scan' CLI tools: --scan_batch_size. The new flag allows for customization of the batch size when running scan operations. I also added a few test scenarios for basic coverage of the newly introduced functionality. Change-Id: I4fd5962eeda1d1d7921c6b70521f2d611ee1f3c7 Reviewed-on: http://gerrit.cloudera.org:8080/17708 Reviewed-by: Bankim Bhavsar <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/table_scanner.h M src/kudu/tools/tool_action_perf.cc M src/kudu/tools/tool_action_table.cc 5 files changed, 98 insertions(+), 0 deletions(-) Approvals: Bankim Bhavsar: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/17708 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4fd5962eeda1d1d7921c6b70521f2d611ee1f3c7 Gerrit-Change-Number: 17708 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
