You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by at...@apache.org on 2009/01/29 17:19:36 UTC

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

Author: athusoo
Date: Thu Jan 29 16:19:36 2009
New Revision: 738912

URL: http://svn.apache.org/viewvc?rev=738912&view=rev
Log:
Marked 0.2.0 section for CHANGES.txt and recategorized some checkins
from Bugs to Features and Improvements.


Modified:
    hadoop/hive/trunk/CHANGES.txt

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=738912&r1=738911&r2=738912&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Thu Jan 29 16:19:36 2009
@@ -4,6 +4,18 @@
 
   INCOMPATIBLE CHANGES
 
+  NEW FEATURES
+
+  IMPROVEMENTS
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
+Release 0.2.0 - Unreleased
+
+  INCOMPATIBLE CHANGES
+
     HIVE-194. Support specifying decimal places for ROUND function.
     ROUND always rounds away from zero now. (David Phillips via zshao)
 
@@ -23,12 +35,18 @@
 
     HIVE-142. Add a metastore check command. (Johan Oskarsson via zshao)
 
+    HIVE-91. Add ADD PARTITION support to ALTER TABLE in order to add
+    partitions to a table. (Johan Oskarsson via athusoo)
+
     HIVE-148. Extend bin/hive to include the lineage tool.
     (Suresh Antony via zshao)
 
     HIVE-147. Add a tool for extracting lineage info from hive sql.
     (Suresh Antony via zshao)
 
+    HIVE-48.  Support JDBC connections for interoperability between 
+    Hive and RDBMS.  (Raghotham Murthy and Michi Mutsuzaki via dhruba)
+
     HIVE-140. Event Based Infrastructure for Syntax Trees in the compiler.
     (Ashish Thusoo through zshao)
 
@@ -86,6 +104,13 @@
 
     HIVE-69. genMapRedTasks uses tree walker. (Namit through zshao)
 
+    HIVE-249. Give execute permissions to the hive binary 
+    (Jeff Hammerbacher via athusoo)
+
+    HIVE-231. Create junit reports for tests. (Johan Oskarsson via athusoo)
+
+    HIVE-119. Make error messages more informative. (Pete Wyckoff via athusoo)
+
   OPTIMIZATIONS
 
   BUG FIXES
@@ -129,9 +154,6 @@
     HIVE-169. Fixed configuration parameter used for determining join interval 
     in JoinOperator. (Namit Jain via zshao)
 
-    HIVE-147. Add a tool for extracting lineage info from hive sql.
-    (Suresh Antony via zshao)
-
     HIVE-114. Drop partition does not delete data for external tables now.
     (Johan Oskarsson via zshao)
 
@@ -207,9 +229,6 @@
     HIVE-202. Fix Lineage for join queries.
     (Suresh Antony via dhruba)
 
-    HIVE-48.  Support JDBC connections for interoperability between 
-    Hive and RDBMS.  (Raghotham Murthy and Michi Mutsuzaki via dhruba)
-
     HIVE-84.  Make MetaStore Client thread safe.  (Prasad Chakka via dhruba)
 
     HIVE-203. Fix eclipse templates to get junit tests to run.
@@ -233,9 +252,6 @@
     HIVE-217. Report progress during FileSinkOperator in order to avoid
     Stream closes exceptions. (Johan Oskarsson via athusoo)
 
-    HIVE-91. Add ADD PARTITION support to ALTER TABLE in order to add
-    partitions to a table. (Johan Oskarsson via athusoo)
-
     HIVE-242. Fix to allow CLI to interpret line breaks in any CLI
     command. (Prasad Chakka via athusoo)
 
@@ -243,9 +259,6 @@
     Resolvers to UDF and UDAF to support proper implicit casting
     in a manner similar to other RDBMSs. (athusoo)
 
-    HIVE-249. Give execute permissions to the hive binary 
-    (Jeff Hammerbacher via athusoo)
-
     HIVE-246. Fix to make msck command to look for tables in hdfs
     that are in the metastore. (Johan Oskarsson via athusoo)
 
@@ -262,7 +275,3 @@
     private members of the records in calculating the avg size of the
     rows and we were also not estimating variable length columns 
     properly. (Namit Jain via athusoo)
-
-    HIVE-231. Create junit reports for tests. (Johan Oskarsson via athusoo)
-
-    HIVE-119. Make error messages more informative. (Pete Wyckoff via athusoo)