HBASE-806 Change HbaseMapWritable and RowResult to implement SortedMap instead of Map

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@685272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-08-12 19:16:24 +00:00
parent 7a8522af1c
commit 76fa8fdeed
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ Release 0.3.0 - Unreleased
friendly" way.
HBASE-816 TableMap should survive USE (Andrew Purtell via Stack)
HBASE-812 Compaction needs little better skip algo (Daniel Leffel via Stack)
HBASE-806 Change HbaseMapWritable and RowResult to implement SortedMap
instead of Map (Jonathan Gray via Stack)
NEW FEATURES
HBASE-787 Postgresql to HBase table replication example (Tim Sell via Stack)