dbwong commented on a change in pull request #482: PHOENIX-4925 Use Segment
tree to organize Guide Post Info
URL: https://github.com/apache/phoenix/pull/482#discussion_r275092044
##########
File path: phoenix-core/src/main/java/org/apache/phoenix/query/KeyRange.java
##########
@@ -220,14 +221,22 @@ public int
compareLowerToUpperBound(ImmutableBytesWritable ptr, boolean isInclus
public int compareLowerToUpperBound(ImmutableBytesWritable ptr,
BytesComparator comparator) {
return compareLowerToUpperBound(ptr, true, comparator);
}
-
+
Review comment:
These changes were merged to the stats branch already i think these can be
removed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services