Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21253
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 Reviewed-on: http://gerrit.cloudera.org:8080/21243 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> (cherry picked from commit 5a2c776dfb894310fc286f3ebe60d53c8a5e9341) --- M src/kudu/common/column_predicate.cc M src/kudu/common/partition.cc M src/kudu/common/scan_spec-test.cc 3 files changed, 93 insertions(+), 14 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/21253/1 -- To view, visit http://gerrit.cloudera.org:8080/21253 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: newchange Gerrit-Change-Id: I964b1ccfb85602741843ab555cdee53343217033 Gerrit-Change-Number: 21253 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
