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/02/19 23:01:56 UTC

svn commit: r912002 - /hadoop/avro/trunk/CHANGES.txt

Author: cutting
Date: Fri Feb 19 22:01:56 2010
New Revision: 912002

URL: http://svn.apache.org/viewvc?rev=912002&view=rev
Log:
AVRO-392. Overhaul of Java binary decoder.  Contributed by Scott Carey.

Modified:
    hadoop/avro/trunk/CHANGES.txt

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=912002&r1=912001&r2=912002&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Fri Feb 19 22:01:56 2010
@@ -362,6 +362,9 @@
 
     AVRO-399. Make data file interop tests work with the Python implementation (hammer)
 
+    AVRO-392. Overhaul of Java binary decoder to significantly improve
+    performance.  (Scott Carey via cutting)
+
   BUG FIXES
  
     AVRO-176. Safeguard against bad istreams before reading. (sbanacho)