You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2014/02/08 19:16:09 UTC

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

Author: daijy
Date: Sat Feb  8 18:16:08 2014
New Revision: 1566078

URL: http://svn.apache.org/r1566078
Log:
PIG-3670: Fix assert in Pig script

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1566078&r1=1566077&r2=1566078&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Sat Feb  8 18:16:08 2014
@@ -87,8 +87,6 @@ OPTIMIZATIONS
  
 BUG FIXES
 
-PIG-3670: Fix assert in Pig script (daijy)
-
 PIG-3447: Compiler warning message dropped for CastLineageSetter and others with no enum kind (knoguchi via cheolsoo)
 
 PIG-3627: Json storage : Doesn't work in cases , where other Store Functions (like PigStorage / AvroStorage)
@@ -213,6 +211,8 @@ PIG-3480: TFile-based tmpfile compressio
 
 BUG FIXES
 
+PIG-3670: Fix assert in Pig script (daijy)
+
 PIG-3741: Utils.setTmpFileCompressionOnConf can cause side effect for SequenceFileInterStorage (aniket486)
 
 PIG-3677: ConfigurationUtil.getLocalFSProperties can return an inconsistent property set (rohini)