Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2136
to look at the new patch set (#2).
Change subject: Add TypeInfo::AreConsecutive(a, b)
......................................................................
Add TypeInfo::AreConsecutive(a, b)
AreConsecutive tests if two column values are consecutive
(e.g. 1, 2 or "abc", "abc\0"). This method will be used in the future to
determine whether a lower-bound inclusive/upper-bound exclusive column range
predicate is actually an equality predicate.
Change-Id: I64b8ffb5400be1132e400385a5995849874100b2
---
M src/kudu/common/types-test.cc
M src/kudu/common/types.cc
M src/kudu/common/types.h
3 files changed, 147 insertions(+), 3 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/36/2136/2
--
To view, visit http://gerrit.cloudera.org:8080/2136
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I64b8ffb5400be1132e400385a5995849874100b2
Gerrit-PatchSet: 2
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: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jean-Daniel Cryans
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>