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/20 22:42:17 UTC

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

Author: zshao
Date: Tue Jan 20 13:42:16 2009
New Revision: 736122

URL: http://svn.apache.org/viewvc?rev=736122&view=rev
Log:
Made sure the number of columns is less than 80.

Modified:
    hadoop/hive/trunk/CHANGES.txt

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=736122&r1=736121&r2=736122&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Jan 20 13:42:16 2009
@@ -38,8 +38,8 @@
 
   IMPROVEMENTS
 
-    HIVE-126. Don't fetch information on Partitions from HDFS instead of MetaStore.
-    (Johan Oskarsson via zshao)
+    HIVE-126. Don't fetch information on Partitions from HDFS instead of
+    MetaStore.  (Johan Oskarsson via zshao)
 
     HIVE-209. Enabling asserts in tests. (Prasad Chakka via zshao)