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 2012/03/18 09:28:34 UTC

svn commit: r1302091 - /pig/branches/branch-0.10/CHANGES.txt

Author: daijy
Date: Sun Mar 18 08:28:34 2012
New Revision: 1302091

URL: http://svn.apache.org/viewvc?rev=1302091&view=rev
Log:
PIG-2585: Enable ignored e2e test cases

Modified:
    pig/branches/branch-0.10/CHANGES.txt

Modified: pig/branches/branch-0.10/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.10/CHANGES.txt?rev=1302091&r1=1302090&r2=1302091&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Sun Mar 18 08:28:34 2012
@@ -176,6 +176,8 @@ PIG-2228: support partial aggregation in
 
 BUG FIXES
 
+PIG-2585: Enable ignored e2e test cases (daijy)
+
 PIG-2563: IndexOutOfBoundsException: while projecting fields from a bag (daijy)
 
 PIG-2411: AvroStorage UDF in PiggyBank fails to STORE a bag of single-field tuples as Avro arrays (russell.jurney via daijy)