You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2010/06/15 23:51:00 UTC

svn commit: r955065 - /avro/trunk/CHANGES.txt

Author: cutting
Date: Tue Jun 15 21:51:00 2010
New Revision: 955065

URL: http://svn.apache.org/viewvc?rev=955065&view=rev
Log:
AVRO-577. Java: add MapReduce InputFormat for plain-text files.  Contributed by Tom White.

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=955065&r1=955064&r2=955065&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Jun 15 21:51:00 2010
@@ -13,6 +13,9 @@ Avro 1.4.0 (unreleased)
     AVRO-512. Java: Define and implement MapReduce connector
     protocols. (cutting)
 
+    AVRO-577. Java: Add MapReduce InputFormat for plain text files.
+    (Tom White via cutting)
+
   IMPROVEMENTS
 
     AVRO-501. missing function in C api to access array elements after