You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by zs...@apache.org on 2009/01/06 00:30:50 UTC

svn commit: r731766 - /hadoop/hive/trunk/CHANGES.txt

Author: zshao
Date: Mon Jan  5 15:30:49 2009
New Revision: 731766

URL: http://svn.apache.org/viewvc?rev=731766&view=rev
Log:
Typo fixed: HIVE-192 should be HIVE-182.

Modified:
    hadoop/hive/trunk/CHANGES.txt

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=731766&r1=731765&r2=731766&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Mon Jan  5 15:30:49 2009
@@ -40,7 +40,7 @@
     HIVE-186. Refactor code to use a single graph, nodeprocessor, dispatcher
     and rule abstraction. (Ashish Thusoo via zshao)
 
-    HIVE-192. Add database name parameter to getTable and dropTable.
+    HIVE-182. Add database name parameter to getTable and dropTable.
     (Johan Oskarsson via zshao)
 
     HIVE-181. Restore UDFTestLength unit test for UDFs.