You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by xu...@apache.org on 2011/04/26 19:16:30 UTC

svn commit: r1096812 - /pig/trunk/CHANGES.txt

Author: xuefu
Date: Tue Apr 26 17:16:30 2011
New Revision: 1096812

URL: http://svn.apache.org/viewvc?rev=1096812&view=rev
Log:
PIG-1622: DEFINE streaming options are ill defined and not properly documented

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1096812&r1=1096811&r2=1096812&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Apr 26 17:16:30 2011
@@ -34,6 +34,8 @@ Release 0.9.0 - Unreleased
 
 INCOMPATIBLE CHANGES
 
+PIG-1622: DEFINE streaming options are ill defined and not properly documented (xuefu)
+
 PIG-1680: HBaseStorage should work with HBase 0.90 (gstathis, billgraham, dvryaboy, tlipcon via dvryaboy)
 
 PIG-1745: Disable converting bytes loading from BinStorage (daijy)
@@ -44,8 +46,6 @@ PIG-1876: Typed map for Pig (daijy)
 
 IMPROVEMENTS
 
-PIG-1622: DEFINE streaming options are ill defined and not properly documented (xuefu)
-
 PIG-2003: Using keyward as alias doesn't either emit an error or produce a logical plan (xuefu)
 
 PIG-1981: LoadPushDown.pushProjection should pass alias in addition to position (daijy)