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/11/24 09:56:03 UTC

[kudu-CR] KUDU-1643 Prune hash partitions based on IN-list predicates B

Hello Kudu Jenkins,

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

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

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

Change subject: KUDU-1643 Prune hash partitions based on IN-list predicates B
......................................................................

KUDU-1643 Prune hash partitions based on IN-list predicates
B

I change optional<uint32_t> to vector<uint32_t> so that it can store different
hash values.
It will search all combinations of in-list column value and calculate the hash values.

Change-Id: I578ac3c5e6770b13b0bebe01127d7d8263aceb36
---
M src/kudu/common/partition_pruner-test.cc
M src/kudu/common/partition_pruner.cc
2 files changed, 272 insertions(+), 32 deletions(-)


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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I578ac3c5e6770b13b0bebe01127d7d8263aceb36
Gerrit-PatchSet: 3
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Haijie Hong <ho...@gmail.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot