This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit ff9d377c04374999514aa48e8b3470126893fc30 Author: oclarms <[email protected]> AuthorDate: Thu Aug 1 19:01:22 2019 +0800 [docs] Remove the duplicate word Change-Id: Ie988c1e7e635449c4ff5ca40170d628b9b3a1a8e Reviewed-on: http://gerrit.cloudera.org:8080/13977 Reviewed-by: Grant Henke <[email protected]> Tested-by: Grant Henke <[email protected]> --- .../src/main/java/org/apache/kudu/client/CreateTableOptions.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java b/java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java index 9372ad9..630d73e 100644 --- a/java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java +++ b/java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java @@ -113,8 +113,8 @@ public class CreateTableOptions { } /** - * Add a range partition partition to the table with an inclusive lower bound - * and an exclusive upper bound. + * Add a range partition to the table with an inclusive lower bound and an + * exclusive upper bound. * * If either row is empty, then that end of the range will be unbounded. If a * range column is missing a value, the logical minimum value for that column
