You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Haijie Hong (Code Review)" <ge...@cloudera.org> on 2016/12/02 08:32:38 UTC

[kudu-CR] KUDU-100 enable the ability to use RLE for the int64 type

Hello Kudu Jenkins,

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

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

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

Change subject: KUDU-100 enable the ability to use RLE for the int64 type
......................................................................

KUDU-100 enable the ability to use RLE for the int64 type

As suggested in https://gerrit.cloudera.org/#/c/4822/, I modified code in cfile  with a test.

Change-Id: I36ca437fcf0c98b3d79f7c07d72c1a7e61ff6a2f
---
M src/kudu/cfile/cfile-test-base.h
M src/kudu/cfile/cfile-test.cc
M src/kudu/cfile/encoding-test.cc
M src/kudu/cfile/type_encodings.cc
M src/kudu/util/bit-util.h
5 files changed, 49 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/46/4946/6
-- 
To view, visit http://gerrit.cloudera.org:8080/4946
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I36ca437fcf0c98b3d79f7c07d72c1a7e61ff6a2f
Gerrit-PatchSet: 6
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Haijie Hong <ho...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>