Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19890
to look at the new patch set (#2).
Change subject: [tools]KUDU-1945: Kudu copy table tool
......................................................................
[tools]KUDU-1945: Kudu copy table tool
This patch introduces support for kudu copy table tool for the tables
with auto-incrmenting columns. While scanning the source table, we do
not scan the auto incrementing column and while writing back the
rows to the destination table, we write all the scanned rows. The
auto-incrementing column is then populated at the server side during
each row write.
Change-Id: I754a7e84c16d1f3b2d52be937e1eb50b3d00d759
---
M src/kudu/integration-tests/data_gen_util.cc
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/table_scanner.cc
3 files changed, 71 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/90/19890/2
--
To view, visit http://gerrit.cloudera.org:8080/19890
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I754a7e84c16d1f3b2d52be937e1eb50b3d00d759
Gerrit-Change-Number: 19890
Gerrit-PatchSet: 2
Gerrit-Owner: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)