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/12/27 19:06:25 UTC

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

Author: daijy
Date: Thu Dec 27 18:06:24 2012
New Revision: 1426278

URL: http://svn.apache.org/viewvc?rev=1426278&view=rev
Log:
Cleanup CHANGES.txt

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=1426278&r1=1426277&r2=1426278&view=diff
==============================================================================
--- pig/branches/branch-0.10/CHANGES.txt (original)
+++ pig/branches/branch-0.10/CHANGES.txt Thu Dec 27 18:06:24 2012
@@ -38,6 +38,12 @@ PIG-2712: Pig does not call OutputCommit
 
 PIG-2727: PigStorage Source tagging does not need pig.splitCombination to be turned off (prkommireddi via dvryaboy)
 
+PIG-2711: e2e harness: cache benchmark results between test runs (thw via daijy)
+
+PIG-2680: TOBAG output schema reporting (andy schlaikjer via jcoveney)
+
+PIG-2650: Convenience mock Loader and Storer to simplify unit testing of Pig scripts (julien)
+
 BUG FIXES
 
 PIG-3106: Missing license header in several java file (daijy)
@@ -104,20 +110,18 @@ PIG-2717: Tuple field mangled during fla
 
 PIG-2721: Wrong output generated while loading bags as input (knoguchi via daijy)
 
+PIG-2912: Pig should clone JobConf while creating JobContextImpl and TaskAttemptContextImpl in Hadoop23 (rohini via daijy)
+
+PIG-2775: Register jar does not goes to classpath in some cases (daijy)
+
 Release 0.10.0
 
 INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
-PIG-2711: e2e harness: cache benchmark results between test runs (thw via daijy)
-
-PIG-2680: TOBAG output schema reporting (andy schlaikjer via jcoveney)
-
 PIG-2685: Fix error in EvalFunc ctor when implementing Algebraic UDF whose return type is parameterized (andy schlaikjer via jcoveney)
 
-PIG-2650: Convenience mock Loader and Storer to simplify unit testing of Pig scripts (julien)
-
 PIG-2541: Automatic record provenance (source tagging) for PigStorage (prkommireddi via daijy)
 
 PIG-2601: Additional document for 0.10 (daijy)
@@ -274,10 +278,6 @@ PIG-2228: support partial aggregation in
 
 BUG FIXES
 
-PIG-2912: Pig should clone JobConf while creating JobContextImpl and TaskAttemptContextImpl in Hadoop23 (rohini via daijy)
-
-PIG-2775: Register jar does not goes to classpath in some cases (daijy)
-
 PIG-2195: AvroStorage fails to STORE when LOADing via PigStorage (billgraham via gates)
 
 PIG-2202: AvroStorage doesn't work with Avro 1.5.1 (billgraham via gates)