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/04/21 07:37:04 UTC

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

Author: zshao
Date: Tue Apr 21 05:37:03 2009
New Revision: 766982

URL: http://svn.apache.org/viewvc?rev=766982&view=rev
Log:
HIVE-61. Implement "ORDER BY". (Namit Jain via zshao). Corrected message.

Modified:
    hadoop/hive/trunk/CHANGES.txt

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=766982&r1=766981&r2=766982&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Apr 21 05:37:03 2009
@@ -11,6 +11,8 @@
 
     HIVE-354. UDF for length of a string. (Neil Conway via namit).
 
+    HIVE-61. Implement "ORDER BY". (Namit Jain via zshao)
+
   IMPROVEMENTS
     HIVE-389. Option to build without ivy (jssarma)
 
@@ -77,8 +79,6 @@
     HIVE-435. Fix Null pointer exception if password is null.
     (Prasad Chakka via namit)
 
-    HIVE-61. Implement Group-By. (Namit Jain via zshao)
-
 Release 0.3.0 - Unreleased
 
   INCOMPATIBLE CHANGES