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 2013/04/12 02:30:01 UTC

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

Author: daijy
Date: Fri Apr 12 00:30:01 2013
New Revision: 1467151

URL: http://svn.apache.org/r1467151
Log:
PIG-3267: HCatStorer fail in limit query

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1467151&r1=1467150&r2=1467151&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Fri Apr 12 00:30:01 2013
@@ -154,8 +154,6 @@ PIG-3013: BinInterSedes improve chararra
 
 BUG FIXES
 
-PIG-3267: HCatStorer fail in limit query (daijy)
-
 PIG-3270: Union onschema failing at runtime when merging incompatible types (knoguchi via daijy)
 
 PIG-3271: POSplit ignoring error from input processing giving empty results (knoguchi via daijy)
@@ -288,6 +286,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-3267: HCatStorer fail in limit query (daijy)
+
 PIG-3252: AvroStorage gives wrong schema for schemas with named records (mwagner via cheolsoo)
 
 PIG-3132: NPE when illustrating a relation with HCatLoader (daijy)