From bb637b6cc52440b8191e76385b56fc8ac63c48a4 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 18 Jun 2008 23:52:48 +0000 Subject: [PATCH] HBASE-652 dropping table fails silently if table isn't disabled git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@669336 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index f7e1817bc1f..59889fa9beb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -57,6 +57,7 @@ Hbase Change Log HBASE-691 get* and getScanner are different in how they treat column parameter HBASE-694 HStore.rowAtOrBeforeFromMapFile() fails to locate the row if # of mapfiles >= 2 (Rong-En Fan via Bryan) + HBASE-652 dropping table fails silently if table isn't disabled IMPROVEMENTS HBASE-559 MR example job to count table rows