Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19693 )
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]> Reviewed-on: http://gerrit.cloudera.org:8080/19693 Reviewed-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 3 files changed, 146 insertions(+), 59 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19693 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I8061f510710a30019db62627c91fb4caf4a13d27 Gerrit-Change-Number: 19693 Gerrit-PatchSet: 2 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
