From 5ae403ea35f189dfff7d3379a7b13f5fd08087ae Mon Sep 17 00:00:00 2001 From: Jean-Daniel Cryans Date: Tue, 30 Sep 2008 17:20:04 +0000 Subject: [PATCH] HBASE-901 Add a limit to key length, check key and value length on client side git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@700529 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index d7d95020da9..f66635fedcf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -14,6 +14,7 @@ Release 0.19.0 - Unreleased HBASE-906 [shell] Truncates output IMPROVEMENTS + HBASE-901 Add a limit to key length, check key and value length on client side HBASE-890 Alter table operation and also related changes in REST interface (Sishen Freecity via Stack) HBASE-894 [shell] Should be able to copy-paste table description to create