Alexey Serbin has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23573 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- 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(-) Approvals: Abhishek Chennaka: Looks good to me, approved Alexey Serbin: Verified -- 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: merged Gerrit-Change-Id: I63e9b2c508f581c47f538d85ed83e879d9673d28 Gerrit-Change-Number: 23573 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Chovan <[email protected]>
