Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/23570

to look at the new patch set (#2).

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

KUDU-1261 [Java] 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/2
--
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: newpatchset
Gerrit-Change-Id: I22892e1a181f487d3146b1819a5cb0ea56579403
Gerrit-Change-Number: 23570
Gerrit-PatchSet: 2
Gerrit-Owner: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to