You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by jc...@apache.org on 2012/12/18 03:15:12 UTC

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

Author: jcoveney
Date: Tue Dec 18 02:15:10 2012
New Revision: 1423251

URL: http://svn.apache.org/viewvc?rev=1423251&view=rev
Log:
Update trunk CHANGES to reflect that PIG-3020 is in 0.11 as well

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1423251&r1=1423250&r2=1423251&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Dec 18 02:15:10 2012
@@ -24,8 +24,6 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
-PIG-3020: "Duplicate uid in schema" error when joining two relations derived from the same load statement (jcoveney)
-
 PIG-2857: Add a -tagPath option to PigStorage (prkommireddi via cheolsoo)
 
 PIG-2341: Need better documentation on Pig/HBase integration (jthakrar and billgraham via billgraham)
@@ -396,6 +394,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-3020: "Duplicate uid in schema" error when joining two relations derived from the same load statement (jcoveney)
+
 PIG-3044: hotfix to remove divide by 0 error (jcoveney)
 
 PIG-3033: test-patch failed with javadoc warnings (fang fang chen via cheolsoo)