You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by me...@apache.org on 2019/11/18 12:28:19 UTC

[hbase] branch master updated (a3efa59 -> b5e8727)

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

meszibalu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from a3efa59  HBASE-23102: Improper Usage of Map putIfAbsent (#828)
     add b5e8727  HBASE-22969 A new binary component comparator(BinaryComponentComparator) to perform comparison of arbitrary length and position (#829)

No new revisions were added by this update.

Summary of changes:
 .../hbase/filter/BinaryComponentComparator.java    | 125 +++++++++
 .../hadoop/hbase/filter/TestComparators.java       |  53 ++++
 .../src/main/protobuf/Comparator.proto             |   5 +
 hbase-protocol/src/main/protobuf/Comparator.proto  |   5 +
 .../TestFiltersWithBinaryComponentComparator.java  | 293 +++++++++++++++++++++
 src/main/asciidoc/_chapters/architecture.adoc      |  16 ++
 6 files changed, 497 insertions(+)
 create mode 100644 hbase-client/src/main/java/org/apache/hadoop/hbase/filter/BinaryComponentComparator.java
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFiltersWithBinaryComponentComparator.java