You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2008/09/30 19:20:04 UTC

svn commit: r700529 - /hadoop/hbase/trunk/CHANGES.txt

Author: jdcryans
Date: Tue Sep 30 10:20:04 2008
New Revision: 700529

URL: http://svn.apache.org/viewvc?rev=700529&view=rev
Log:
HBASE-901 Add a limit to key length, check key and value length on client side

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=700529&r1=700528&r2=700529&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Sep 30 10:20:04 2008
@@ -14,6 +14,7 @@
    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