Haijie Hong has uploaded a new change for review.

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

Change subject: [java client] KUDU-1643 Prune hash partitions based on IN-list 
predicates
......................................................................

[java client] KUDU-1643 Prune hash partitions based on IN-list predicates

I change Integer to List<Boolean> so that it can store bitset of
hash values.
It will search all combinations of in-list column value and calculate the hash
values.

Change-Id: I8a793c23ff00d19b3d3d062bb222d2c725a93724
---
M java/kudu-client/src/main/java/org/apache/kudu/client/PartitionPruner.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestPartitionPruner.java
2 files changed, 181 insertions(+), 53 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/77/5677/1
-- 
To view, visit http://gerrit.cloudera.org:8080/5677
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8a793c23ff00d19b3d3d062bb222d2c725a93724
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Haijie Hong <[email protected]>

Reply via email to