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 2008/12/31 03:11:50 UTC

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

Author: zshao
Date: Tue Dec 30 18:11:50 2008
New Revision: 730294

URL: http://svn.apache.org/viewvc?rev=730294&view=rev
Log:
HIVE-194. Support specifying decimal places for ROUND function.
ROUND always rounds away from zero now. (David Phillips via zshao)

Modified:
    hadoop/hive/trunk/CHANGES.txt

Modified: hadoop/hive/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hive/trunk/CHANGES.txt?rev=730294&r1=730293&r2=730294&view=diff
==============================================================================
--- hadoop/hive/trunk/CHANGES.txt (original)
+++ hadoop/hive/trunk/CHANGES.txt Tue Dec 30 18:11:50 2008
@@ -4,6 +4,9 @@
 
   INCOMPATIBLE CHANGES
 
+    HIVE-194. Support specifying decimal places for ROUND function.
+    ROUND always rounds away from zero now. (David Phillips via zshao)
+
   NEW FEATURES
 
     HIVE-148. Extend bin/hive to include the lineage tool.
@@ -29,9 +32,6 @@
 
   IMPROVEMENTS
 
-    HIVE-194. Support specifying decimal places for ROUND function.
-    (David Phillips via zshao)
-
     HIVE-177. Allow specifying custom input and output format in CREATE TABLE.
     (David Phillips via zshao)