Todd Lipcon has submitted this change and it was merged. Change subject: [python] - Add BlockSize method to ColumnSpec ......................................................................
[python] - Add BlockSize method to ColumnSpec The ColumnSpec class currently doesn't expose the BlockSize method. This patch adds that and includes a test. Change-Id: I29c272efe1745c830054f081b311c34488f0d5c7 Reviewed-on: http://gerrit.cloudera.org:8080/4884 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M python/kudu/schema.pyx M python/kudu/tests/test_schema.py 2 files changed, 30 insertions(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4884 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I29c272efe1745c830054f081b311c34488f0d5c7 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
