You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Jordan Birdsell (Code Review)" <ge...@cloudera.org> on 2017/01/28 17:26:09 UTC

[kudu-CR] KUDU-1691 - [python] Updated Column Encoding Types

Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/4824

to look at the new patch set (#3).

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
---
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(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/4824/3
-- 
To view, visit http://gerrit.cloudera.org:8080/4824
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I18a611e746d48879d6e9988abcee42e0354dcfdc
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: g.kocunik@gmail.com
Gerrit-Reviewer: David Ribeiro Alves <dr...@apache.org>
Gerrit-Reviewer: Jordan Birdsell <jt...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: g.kocunik@gmail.com