Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19694 )
Change subject: [Python] Add support for comment in ColumnSchema ...................................................................... [Python] Add support for comment in ColumnSchema This change adds support for column comments in the Python client. It is a followup change to: e2870925f9a07da43658447248a4e64acde398b4. Change-Id: I28a9f650bd1bf686244070151419d0a93b9a499c Reviewed-on: http://gerrit.cloudera.org:8080/19581 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/19694 Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Yingchun Lai <[email protected]> --- M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx M python/kudu/tests/common.py M python/kudu/tests/test_client.py M python/kudu/tests/test_schema.py 5 files changed, 54 insertions(+), 4 deletions(-) Approvals: Kudu Jenkins: Verified Marton Greber: Looks good to me, but someone else must approve Yingchun Lai: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19694 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I28a9f650bd1bf686244070151419d0a93b9a499c Gerrit-Change-Number: 19694 Gerrit-PatchSet: 5 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
