You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ch...@apache.org on 2014/03/28 17:19:33 UTC

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

Author: cheolsoo
Date: Fri Mar 28 16:19:33 2014
New Revision: 1582799

URL: http://svn.apache.org/r1582799
Log:
Move PIG-3833 and PIG-3813 to 0.12.1 in CHANGES.txt

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1582799&r1=1582798&r2=1582799&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Mar 28 16:19:33 2014
@@ -101,8 +101,6 @@ BUG FIXES
 
 PIG-3837: ant pigperf target is broken in trunk (cheolsoo)
 
-PIG-3833: Relation loaded by AvroStorage with schema is projected incorrectly in foreach statement (jeongjinku via cheolsoo)
-
 PIG-3836: Pig signature has has guava version dependency (amatsukawa via cheolsoo)
 
 PIG-3832: Fix piggybank test compilation failure after PIG-3449 (rohini)
@@ -111,8 +109,6 @@ PIG-3807: Pig creates wrong schema after
 
 PIG-3802: Fix TestBlackAndWhitelistValidator failures (prkommireddi)
 
-PIG-3813: Rank column is assigned different uids everytime when schema is reset (cheolsoo)
-
 PIG-3815: Hadoop bug causes to pig to fail silently with jar cache (aniket486)
 
 PIG-3816: Incorrect Javadoc for launchPlan() method (kyungho via prkommireddi)
@@ -267,6 +263,10 @@ PIG-3480: TFile-based tmpfile compressio
 
 BUG FIXES
 
+PIG-3813: Rank column is assigned different uids everytime when schema is reset (cheolsoo)
+
+PIG-3833: Relation loaded by AvroStorage with schema is projected incorrectly in foreach statement (jeongjinku via cheolsoo)
+
 PIG-3794: pig -useHCatalog fails using pig command line interface on HDInsight (ehans via daijy)
 
 PIG-3827: Custom partitioner is not picked up with secondary sort optimization (daijy)