Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23531 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/23531 Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> --- 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(-) Approvals: Zoltan Martonka: Looks good to me, but someone else must approve Marton Greber: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: I4a84ee9731efdc802673bb964d358b07648b3fae Gerrit-Change-Number: 23531 Gerrit-PatchSet: 4 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]>
