You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2009/09/12 01:56:00 UTC

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

Author: apurtell
Date: Fri Sep 11 23:56:00 2009
New Revision: 814088

URL: http://svn.apache.org/viewvc?rev=814088&view=rev
Log:
HBASE-1808 [stargate] fix how columns are specified for scanners

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=814088&r1=814087&r2=814088&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Fri Sep 11 23:56:00 2009
@@ -19,6 +19,7 @@
    HBASE-1794  recovered log files are not inserted into the storefile map
    HBASE-1824  [stargate] default timestamp should be LATEST_TIMESTAMP
    HBASE-1740  ICV has a subtle race condition only visible under high load
+   HBASE-1808  [stargate] fix how columns are specified for scanners
 
   IMPROVEMENTS
    HBASE-1760  Cleanup TODOs in HTable