Author: cutting
Date: Tue Jul 1 21:29:22 2014
New Revision: 1607195
URL: http://svn.apache.org/r1607195
Log:
wrap long lines
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1607195&r1=1607194&r2=1607195&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Jul 1 21:29:22 2014
@@ -20,9 +20,12 @@ Trunk (not yet released)
AVRO-1522. Java: Add support for compression codecs to SortedKeyValueFile.
(Steven Willis via cutting)
- AVRO-1474. C++ resolvind decoder doesn't work when reader schema has more
fields than writer schema. (thiru with help from Ramana Suvarapu)
+ AVRO-1474. C++ resolvind decoder doesn't work when reader schema
+ has more fields than writer schema. (thiru with help from Ramana
+ Suvarapu)
- AVRO-1352. Schema for fixed types corrupted when writing out in JSON
format (Steve Roehrs via thiru)
+ AVRO-1352. Schema for fixed types corrupted when writing out in
+ JSON format (Steve Roehrs via thiru)
OPTIMIZATIONS