From 0e1cb0cabfdc574e7146e2e1120efb5ceac8ba54 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 12 Feb 2010 20:14:40 +0000 Subject: [PATCH] HBASE-2220 Add a binary comparator that only compares up to the length of the supplied byte array git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@909589 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 8666c2604d2..1279b0d6679 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -364,6 +364,8 @@ Release 0.21.0 - Unreleased HBASE-2222 Improve log "Trying to contact region server Some server for region, row 'ip_info_100,,1263329969690', but failed after 11 attempts". + HBASE-2220 Add a binary comparator that only compares up to the length + of the supplied byte array (Bruno Dumon via Stack) NEW FEATURES HBASE-1961 HBase EC2 scripts