Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18318
Change subject: [tools] Support copying unpartitioned table ...................................................................... [tools] Support copying unpartitioned table The "kudu table copy" tool generated an error while copying an unpartitioned table: Invalid argument: Table partitioning must be specified using add_hash_partitions or set_range_partition_columns This patch fixed it. Change-Id: I4fcdcf93aadfaa2df59e59afa7bb3524ede2ac60 --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc 2 files changed, 28 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/18/18318/1 -- To view, visit http://gerrit.cloudera.org:8080/18318 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4fcdcf93aadfaa2df59e59afa7bb3524ede2ac60 Gerrit-Change-Number: 18318 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
