Hello Marton Greber, Zoltan Martonka, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23531
to look at the new patch set (#2).
Change subject: KUDU-3708 Create Python example for array datatype
......................................................................
KUDU-3708 Create Python example for array datatype
Add a Python client example demonstrating array data type operations
(insert, scan, update, delete), similar to the C++ example (95abb8d).
The example shows working with arrays containing NULL elements, empty
arrays, and arrays of varying lengths.
Also updated test-python-examples.sh to run the new example in CI
and updated the README to document it.
Change-Id: I4a84ee9731efdc802673bb964d358b07648b3fae
---
M examples/python/basic-python-example/README.md
A examples/python/basic-python-example/array_example.py
M python/test-python-examples.sh
3 files changed, 238 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/31/23531/2
--
To view, visit http://gerrit.cloudera.org:8080/23531
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4a84ee9731efdc802673bb964d358b07648b3fae
Gerrit-Change-Number: 23531
Gerrit-PatchSet: 2
Gerrit-Owner: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Gabriella Lotz <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Zoltan Martonka <[email protected]>