Author: cutting
Date: Thu Feb 25 00:31:31 2010
New Revision: 916061
URL: http://svn.apache.org/viewvc?rev=916061&view=rev
Log:
AVRO-424. Fix the specification of the deflate codec. Contributed by Scott
Carey.
Modified:
hadoop/avro/trunk/CHANGES.txt
hadoop/avro/trunk/doc/src/content/xdocs/spec.xml
Modified: hadoop/avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=916061&r1=916060&r2=916061&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Thu Feb 25 00:31:31 2010
@@ -1,5 +1,13 @@
Avro Change Log
+Avro 1.3.1 (unreleased)
+
+ BUG FIXES
+
+ AVRO-424. Fix the specification of the deflate codec.
+ (Scott Carey via cutting)
+
+
Avro 1.3.0 (24 February 2010)
INCOMPATIBLE CHANGES
Modified: hadoop/avro/trunk/doc/src/content/xdocs/spec.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/doc/src/content/xdocs/spec.xml?rev=916061&r1=916060&r2=916061&view=diff
==============================================================================
--- hadoop/avro/trunk/doc/src/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/doc/src/content/xdocs/spec.xml Thu Feb 25 00:31:31 2010
@@ -664,8 +664,7 @@
<section>
<title>deflate</title>
- <p>The "deflate" codec writes the length of the compressed
- data (as an Avro-encoded long), followed by data compressed using the
+ <p>The "deflate" codec writes the data block using the
deflate algorithm as specified in
<a href="http://www.isi.edu/in-notes/rfc1951.txt">RFC 1951</a>,
and typically implemented using the zlib library. Note that this