This is an automated email from the ASF dual-hosted git repository.

tdsilva pushed a change to branch phoenix-stats
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from f681949  Merge pull request #463 from dbwong/phoenix-stats
     new eeec239  PHOENIX-5176 KeyRange.compareUpperRange(KeyRang 1, KeyRang 2) 
returns wrong result when two key ranges have the same upper bound values but 
one is inclusive and another is exclusive
     new 69a4e8f  Merge remote-tracking branch 'upstream/phoenix-stats' into 
phoenix-stats
     new 7a1ab14  Add common utility function 
ScanUtil.splityKeyRangesByBoundaries().
     new b16ef0a  Merge pull request #485 from BinShi-SecularBird/phoenix-stats

The 2704 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/phoenix/query/KeyRange.java    |  36 ++-
 .../java/org/apache/phoenix/util/ScanUtil.java     |  84 +++++++
 .../query/SplitKeyRangesByBoundariesTest.java      | 248 +++++++++++++++++++++
 3 files changed, 364 insertions(+), 4 deletions(-)
 create mode 100644 
phoenix-core/src/test/java/org/apache/phoenix/query/SplitKeyRangesByBoundariesTest.java

Reply via email to