You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by bi...@apache.org on 2012/04/24 19:56:44 UTC

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

Author: billgraham
Date: Tue Apr 24 17:56:43 2012
New Revision: 1329895

URL: http://svn.apache.org/viewvc?rev=1329895&view=rev
Log:
adding recent commits to CHANGES.txt

Modified:
    pig/trunk/CHANGES.txt

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1329895&r1=1329894&r2=1329895&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Tue Apr 24 17:56:43 2012
@@ -24,6 +24,10 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-2257: AvroStorage doesn't recognize schema_file field when JSON isn't used in the constructor (billgraham)
+
+PIG-2587: Compute LogicalPlan signature and store in job conf (billgraham)
+
 PIG-2619: HBaseStorage constructs a Scan with cacheBlocks = false
 
 PIG-2604: Pig should print its build info at runtime (traviscrawford via dvryaboy)