Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19595 )
Change subject: [tools] update 'kudu table copy' CLI tool ...................................................................... [tools] update 'kudu table copy' CLI tool This patch adds 'insert_ignore' and 'upsert_ignore' write operations for the 'kudu table copy' CLI tool. It also updates the implementation of TableScanner::CopyTask() and TableScanner::AddRow() to perform less string comparisons. Change-Id: I8061f510710a30019db62627c91fb4caf4a13d27 Reviewed-on: http://gerrit.cloudera.org:8080/19595 Tested-by: Kudu Jenkins Reviewed-by: Yingchun Lai <[email protected]> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/table_scanner.h 3 files changed, 146 insertions(+), 59 deletions(-) Approvals: Kudu Jenkins: Verified Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19595 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I8061f510710a30019db62627c91fb4caf4a13d27 Gerrit-Change-Number: 19595 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
