Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1691 - [python] Updated Column Encoding Types ......................................................................
KUDU-1691 - [python] Updated Column Encoding Types GROUP_VARINT encoding has been depricated and as thus been removed from the Python client. Additionally, bit shuffle and dictionary encoding have been added. This patch includes updated unit tests. Change-Id: I18a611e746d48879d6e9988abcee42e0354dcfdc Reviewed-on: http://gerrit.cloudera.org:8080/4824 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Todd Lipcon <[email protected]> --- M python/kudu/__init__.py M python/kudu/libkudu_client.pxd M python/kudu/schema.pyx M python/kudu/tests/test_schema.py 4 files changed, 17 insertions(+), 9 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/4824 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I18a611e746d48879d6e9988abcee42e0354dcfdc Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: [email protected] Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-Reviewer: [email protected]
