You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by pr...@apache.org on 2010/03/26 23:34:50 UTC

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

Author: pradeepkth
Date: Fri Mar 26 22:34:50 2010
New Revision: 928080

URL: http://svn.apache.org/viewvc?rev=928080&view=rev
Log:
added entry into CHANGES.txt for previous commit

Modified:
    hadoop/pig/trunk/CHANGES.txt

Modified: hadoop/pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=928080&r1=928079&r2=928080&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Fri Mar 26 22:34:50 2010
@@ -24,6 +24,9 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-1316: TextLoader should use Bzip2TextInputFormat for bzip files so that
+bzip files can be efficiently processed by splitting the files (pradeepkth)
+
 PIG-1317: LOLoad should cache results of LoadMetadata.getSchema() for use in
 subsequent calls to LOLoad.getSchema() or LOLoad.determineSchema()
 (pradeepkth)