Hector Camarena has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8314
Change subject: If not set, range partition does not default to no range partition Adding clarification to setRangePartitionColumns documentation, stating that if not set, by default the range will be partitioned by the columns set in the hash partition parameters, along ...................................................................... If not set, range partition does not default to no range partition Adding clarification to setRangePartitionColumns documentation, stating that if not set, by default the range will be partitioned by the columns set in the hash partition parameters, along with partition unbounded. Only when set to an empty vector, the table will be created without range partition. Change-Id: Icfa41aa26bf1961f27a08a42a8353098d04305b6 --- M java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/14/8314/1 -- To view, visit http://gerrit.cloudera.org:8080/8314 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Icfa41aa26bf1961f27a08a42a8353098d04305b6 Gerrit-Change-Number: 8314 Gerrit-PatchSet: 1 Gerrit-Owner: Hector Camarena <[email protected]>
