Abhishek Chennaka has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23570


Change subject: KUDU-1261: Add array column support in AlterTableOptions
......................................................................

KUDU-1261: Add array column support in AlterTableOptions

Added new methods addArrayColumn() to AlterTableOptions to allow adding
array-type columns to existing tables. These methods handle both basic
and attribute-based array types (e.g., DECIMAL, VARCHAR) safely without
direct use of Type.NESTED. Updated addNullableColumn() to reject nested
types with a clear message.

Introduced testAlterAddArrayColumns() to verify schema creation, mixed-null
array insertion, and data retrieval.

Change-Id: I22892e1a181f487d3146b1819a5cb0ea56579403
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AlterTableOptions.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestAlterTable.java
2 files changed, 146 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/70/23570/1
--
To view, visit http://gerrit.cloudera.org:8080/23570
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I22892e1a181f487d3146b1819a5cb0ea56579403
Gerrit-Change-Number: 23570
Gerrit-PatchSet: 1
Gerrit-Owner: Abhishek Chennaka <[email protected]>

Reply via email to