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 2012/09/14 23:08:39 UTC

svn commit: r1384926 - in /avro/trunk: CHANGES.txt doc/src/content/xdocs/spec.xml

Author: cutting
Date: Fri Sep 14 21:08:39 2012
New Revision: 1384926

URL: http://svn.apache.org/viewvc?rev=1384926&view=rev
Log:
AVRO-1142. Clarify Snappy block compression in specification.

Modified:
    avro/trunk/CHANGES.txt
    avro/trunk/doc/src/content/xdocs/spec.xml

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1384926&r1=1384925&r2=1384926&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Fri Sep 14 21:08:39 2012
@@ -31,6 +31,8 @@ Avro 1.7.2 (unreleased)
     AVRO-1162. Java: Extend AvroKeyValueOutputFormat to support
     reflection.  (Alexandre Normand via cutting)
 
+    AVRO-1142. Clarify Snappy block compression in specification. (cutting)
+
   BUG FIXES
 
     AVRO-1128. Java: Fix SpecificRecordBase#equals() to work for

Modified: avro/trunk/doc/src/content/xdocs/spec.xml
URL: http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/spec.xml?rev=1384926&r1=1384925&r2=1384926&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/spec.xml (original)
+++ avro/trunk/doc/src/content/xdocs/spec.xml Fri Sep 14 21:08:39 2012
@@ -710,7 +710,8 @@
           <p>The "snappy" codec uses
             Google's <a href="http://code.google.com/p/snappy/">Snappy</a>
             compression library.  Each compressed block is followed
-            by its 4-byte, big-endian CRC32 checksum.</p>
+            by the 4-byte, big-endian CRC32 checksum of the
+            uncompressed data in the block.</p>
         </section>
       </section>
     </section>