Haijie Hong has uploaded a new change for review. http://gerrit.cloudera.org:8080/5360
Change subject: Tightening ScanSpec primary bounds when range predicate exists ...................................................................... Tightening ScanSpec primary bounds when range predicate exists Currently, push upper bound key predicates will break when meeting a range predicate. I think the upper bound key can be decreased. For example, If PK = (a, b) and a < 2 && b < 3, PK can be further tightning to PK < (1, 3). Change-Id: I931a617605434700352d285fc2039033cf9eb07e --- M src/kudu/common/key_util.cc M src/kudu/common/key_util.h 2 files changed, 104 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/5360/1 -- To view, visit http://gerrit.cloudera.org:8080/5360 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I931a617605434700352d285fc2039033cf9eb07e Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Haijie Hong <[email protected]>
