HBASE-20564 Tighter ByteBufferKeyValue Cell Comparator; ADDENDUM
commit438af9bf74c915fce9c8f525d986eb581e8cc0da
authorMichael Stack <stack@apache.org>
Wed, 16 May 2018 13:25:42 +0000 (16 06:25 -0700)
committerMichael Stack <stack@apache.org>
Wed, 16 May 2018 16:43:16 +0000 (16 09:43 -0700)
tree22dbab294e95fd8031b62369504cfd93a7f1b013
parent060b8aca8601d323c1a623defdac9c04b704c136
HBASE-20564 Tighter ByteBufferKeyValue Cell Comparator; ADDENDUM

Add method the CellComparator Interface. Add implementation to
meta comparator so we don't fall back to the default comparator.

Includes a nothing change to hbase-server/pom.xml just to provoke
build.
hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java
hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparatorImpl.java
hbase-server/pom.xml