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/03/16 04:55:39 UTC

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

Author: daijy
Date: Sun Mar 16 03:55:38 2014
New Revision: 1577975

URL: http://svn.apache.org/r1577975
Log:
PIG-3753: LOGenerate generates null schema

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1577975&r1=1577974&r2=1577975&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Sun Mar 16 03:55:38 2014
@@ -123,8 +123,6 @@ PIG-3747: Update skewed join documentati
 
 PIG-3755: auto local mode selection does not check lower bound for size (aniket486)
 
-PIG-3753: LOGenerate generates null schema (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)
@@ -249,6 +247,8 @@ PIG-3480: TFile-based tmpfile compressio
 
 BUG FIXES
 
+PIG-3753: LOGenerate generates null schema (daijy)
+
 PIG-3782: PushDownForEachFlatten + ColumnMapKeyPrune with user defined schema failing due to incorrect UID assignment (knoguchi via daijy)
 
 PIG-3779: Assert constructs ConstantExpression with null when no comment is given (thedatachef via cheolsoo)