Adar Dembo has submitted this change and it was merged. Change subject: KUDU-1766: Java client partition pruning with MAX_VALUE equality predicate fails ......................................................................
KUDU-1766: Java client partition pruning with MAX_VALUE equality predicate fails The bug orginated in a mistransliteration of the c++ partition pruning algorithm; the original version has always had the missing if statement: https://github.com/apache/kudu/blob/53e67e9eb7b4fc940a14a17119041871e80bcc3f/src/kudu/common/key_util.cc#L152-L155 Change-Id: Iad6d00d9f401c510e14709323e7686bfa6d1b449 Reviewed-on: http://gerrit.cloudera.org:8080/5266 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- 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 M src/kudu/common/partition_pruner-test.cc 3 files changed, 47 insertions(+), 3 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5266 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iad6d00d9f401c510e14709323e7686bfa6d1b449 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
