Gabriella Lotz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23635
Change subject: KUDU-3714: Add REST API tests for 1D array columns ...................................................................... KUDU-3714: Add REST API tests for 1D array columns This patch adds comprehensive test coverage for 1D array type columns in the Kudu Master REST API (rest_catalog-test.cc). With the implementation of KUDU-1261, Kudu supports one-dimensional array columns. While the REST API already works with array columns through its protobuf JSON serialization, explicit test coverage was missing. This change adds tests to verify that array columns work correctly through all REST API operations. Change-Id: I3828baa711671385f6c6a0a7f4f2cbd98e3dbdd5 --- M src/kudu/master/rest_catalog-test.cc 1 file changed, 230 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/23635/1 -- To view, visit http://gerrit.cloudera.org:8080/23635 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3828baa711671385f6c6a0a7f4f2cbd98e3dbdd5 Gerrit-Change-Number: 23635 Gerrit-PatchSet: 1 Gerrit-Owner: Gabriella Lotz <[email protected]>
