Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4780
to look at the new patch set (#3).
Change subject: KUDU-1691 - [python] Enable bitshuffle and dictionary encoding
......................................................................
KUDU-1691 - [python] Enable bitshuffle and dictionary encoding
The python client currently doesn't enable bitshuffle or dictionary
encoding. This patch enables this. An existing test was modified to
validate this functionality.
Change-Id: Ic722579493da1bca422c643898d6312f272ee398
---
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, 28 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/4780/3
--
To view, visit http://gerrit.cloudera.org:8080/4780
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic722579493da1bca422c643898d6312f272ee398
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins