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 (#2).
Change subject: KUDU-1643 Prune hash partitions based on IN-list predicates
......................................................................
KUDU-1643 Prune hash partitions based on IN-list predicates
I change optional<uint32_t> to vector<uint32_t> so that it can store different
hash values.
IN-list predicates can only be prune when hash component contains 1 column,
since Kudu doesn't support multi-column IN-list predicate currently.
Change-Id: I578ac3c5e6770b13b0bebe01127d7d8263aceb36
---
M src/kudu/common/partition_pruner-test.cc
M src/kudu/common/partition_pruner.cc
2 files changed, 154 insertions(+), 28 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/5176/2
--
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: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Haijie Hong <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Tidy Bot