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/04/29 23:33:29 UTC

svn commit: r769946 - /hadoop/hive/branches/branch-0.3/CHANGES.txt

Author: athusoo
Date: Wed Apr 29 21:33:27 2009
New Revision: 769946

URL: http://svn.apache.org/viewvc?rev=769946&view=rev
Log:
Prep for 0.3.1 release

Modified:
    hadoop/hive/branches/branch-0.3/CHANGES.txt

Modified: hadoop/hive/branches/branch-0.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/branches/branch-0.3/CHANGES.txt?rev=769946&r1=769945&r2=769946&view=diff
==============================================================================
--- hadoop/hive/branches/branch-0.3/CHANGES.txt (original)
+++ hadoop/hive/branches/branch-0.3/CHANGES.txt Wed Apr 29 21:33:27 2009
@@ -1,6 +1,34 @@
 Hive Change Log
 
-Release 0.3.0 - Unreleased
+Release 0.3.1 - Unreleased
+
+  INCOMPATIBLE CHANGES
+
+  NEW FEATURES
+
+    HIVE-61. Implement "ORDER BY". (Namit Jain via zshao)
+
+    HIVE-376. In strict mode do not allow join without "ON" condition.
+    (Namit Jain via zshao)
+
+  IMPROVEMENTS
+
+    HIVE-440. Reducer and Join to print out number of rows processed.
+    (Namit Jain via zshao)
+
+  OPTIMIZATIONS
+
+  BUG FIXES
+
+    HIVE-416. Fix backtrack in Hive.g
+    (Zheng Shao via namit)
+
+    HIVE-442. Move the data before creating the partition.
+    (Prasad Chakka via zshao)
+
+    HIVE-447. Fix tests on hudson. (Ashish Thusoo via zshao)
+
+Release 0.3.0 - 2009-04-20
 
   INCOMPATIBLE CHANGES