Yifan Zhang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21243
Change subject: KUDU-3564: Fix IN list predicate pruning ...................................................................... KUDU-3564: Fix IN list predicate pruning This patch fixes IN list predicate pruning with a range specific hash schema by modifying the content of 'PartitionMayContainRow' method. We now get the right hash schema based on specific partition's lower bound key. This is a follow-up to 607d9d0. Change-Id: I964b1ccfb85602741843ab555cdee53343217033 --- M src/kudu/common/column_predicate.cc M src/kudu/common/partition.cc M src/kudu/common/scan_spec-test.cc 3 files changed, 86 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/43/21243/1 -- To view, visit http://gerrit.cloudera.org:8080/21243 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I964b1ccfb85602741843ab555cdee53343217033 Gerrit-Change-Number: 21243 Gerrit-PatchSet: 1 Gerrit-Owner: Yifan Zhang <[email protected]>
