Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24051 )
Change subject: KUDU-3743 Add table statistics to Python client ...................................................................... KUDU-3743 Add table statistics to Python client Wrap KuduTableStatistics and KuduClient::GetTableStatistics in the Python client, exposing on_disk_size, live_row_count, on_disk_size_limit, and live_row_count_limit as read-only properties on a new TableStatistics class. Change-Id: Ia7b36f62a4ef018e0e08e83ad04d451ca1c1dcd7 Reviewed-on: http://gerrit.cloudera.org:8080/24051 Tested-by: Marton Greber <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 212 insertions(+), 0 deletions(-) Approvals: Marton Greber: Verified Alexey Serbin: Looks good to me, approved Gabriella Lotz: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/24051 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia7b36f62a4ef018e0e08e83ad04d451ca1c1dcd7 Gerrit-Change-Number: 24051 Gerrit-PatchSet: 3 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[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]>
