You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by rd...@apache.org on 2010/08/05 19:32:30 UTC

svn commit: r982703 - /hadoop/pig/trunk/CHANGES.txt

Author: rding
Date: Thu Aug  5 17:32:30 2010
New Revision: 982703

URL: http://svn.apache.org/viewvc?rev=982703&view=rev
Log:
PIG-1533: Compression codec should be a per-store property

Modified:
    hadoop/pig/trunk/CHANGES.txt

Modified: hadoop/pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=982703&r1=982702&r2=982703&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Thu Aug  5 17:32:30 2010
@@ -114,6 +114,8 @@ PIG-1309: Map-side Cogroup (ashutoshc)
 
 BUG FIXES
 
+PIG-1533: Compression codec should be a per-store property (rding)
+
 PIG-1527: No need to deserialize UDFContext on the client side (rding)
 
 PIG-1516: finalize in bag implementations causes pig to run out of memory in reduce (thejas)