Hello Mahesh Reddy, Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/21695

to look at the new patch set (#3).

Change subject: [tools] Copy table with non-continuous column ids
......................................................................

[tools] Copy table with non-continuous column ids

When using the CLI tool 'kudu table copy' to copy
a source table which contains column id holes, to
an existing destination table with the same user
faced schema and with continuous column ids, it
will report an error saying that they have different
schemas, but the difference is not shown.

This patch supplies the error messages.

This patch also adds a flag --strict_column_id to
indicate whether to compare column ids when checking
if the schemas match.

A new flag --show_column_id is also added to
indicate whether to show column ids when using
'kudu table describe'.

Change-Id: I77af7b92b45f3866cc8b699e61b9e71b73ed6c4b
---
M src/kudu/client/schema.cc
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/table_scanner.cc
M src/kudu/tools/tool_action_table.cc
4 files changed, 167 insertions(+), 32 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/95/21695/3
--
To view, visit http://gerrit.cloudera.org:8080/21695
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I77af7b92b45f3866cc8b699e61b9e71b73ed6c4b
Gerrit-Change-Number: 21695
Gerrit-PatchSet: 3
Gerrit-Owner: Yingchun Lai <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>

Reply via email to