Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23573
Change subject: KUDU-1261 apply ARRAY_1D_COLUMN_TYPE in Java client ...................................................................... KUDU-1261 apply ARRAY_1D_COLUMN_TYPE in Java client This changelist updates Kudu Java client to require a Kudu cluster (in particular, Kudu master) to support ARRAY_1D_COLUMN_TYPE feature when creating a new table with array type columns or altering an already existing table by adding a new array type column. New test scenarios to cover the newly added functionality are present as well. This is a follow-up to 9e39015095f5a8a3f33bc87fe19617c7d3caf410. Change-Id: I63e9b2c508f581c47f538d85ed83e879d9673d28 --- M java/kudu-client/src/main/java/org/apache/kudu/ColumnSchema.java M java/kudu-client/src/main/java/org/apache/kudu/Schema.java M java/kudu-client/src/main/java/org/apache/kudu/client/AlterTableOptions.java M java/kudu-client/src/main/java/org/apache/kudu/client/CreateTableOptions.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestKuduClient.java 5 files changed, 70 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/73/23573/1 -- To view, visit http://gerrit.cloudera.org:8080/23573 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I63e9b2c508f581c47f538d85ed83e879d9673d28 Gerrit-Change-Number: 23573 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
