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 2011/08/25 06:48:14 UTC

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

Author: daijy
Date: Thu Aug 25 04:48:13 2011
New Revision: 1161381

URL: http://svn.apache.org/viewvc?rev=1161381&view=rev
Log:
PIG-2231: Limit produce wrong number of records after foreach flatten

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1161381&r1=1161380&r2=1161381&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Thu Aug 25 04:48:13 2011
@@ -116,8 +116,6 @@ PIG-2011: Speed up TestTypedMap.java (dv
 
 BUG FIXES
 
-PIG-2231: Limit produce wrong number of records after foreach flatten (daijy)
-
 PIG-2193: Using HBaseStorage to scan 2 tables in the same Map job produces bad data (rangadi via dvryaboy)
 
 PIG-2232: "declare" document contains a typo (daijy)
@@ -223,6 +221,10 @@ IMPROVEMENTS
 
 PIG-2213: Pig 0.9.1 Documentation (chandec via daijy)
 
+BUG FIXES
+
+PIG-2231: Limit produce wrong number of records after foreach flatten (daijy)
+
 Release 0.9.0 - Unreleased
 
 INCOMPATIBLE CHANGES