forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 Reviewed-on: http://gerrit.cloudera.org:8080/18318 Reviewed-by: Mahesh Reddy <[email protected]> Reviewed-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Alexey Serbin <[email protected]>
- Loading branch information
1 parent
2a5e565
commit 7189b51
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters