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 2009/08/19 00:28:59 UTC

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

Author: cutting
Date: Tue Aug 18 22:28:59 2009
New Revision: 805608

URL: http://svn.apache.org/viewvc?rev=805608&view=rev
Log:
AVRO-100.  In spec, remove warning about blocking being draft.

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

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=805608&r1=805607&r2=805608&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Tue Aug 18 22:28:59 2009
@@ -60,6 +60,8 @@
 
     AVRO-97.  Fix various C++ bugs.  (Scott Banachowski via cutting)
 
+    AVRO-100.  In spec, remove warning about blocking being draft. (cutting)
+
 Avro 1.0.0 -- 9 July 2009
 
   INCOMPATIBLE CHANGES

Modified: hadoop/avro/trunk/src/doc/content/xdocs/spec.xml
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/src/doc/content/xdocs/spec.xml?rev=805608&r1=805607&r2=805608&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/spec.xml Tue Aug 18 22:28:59 2009
@@ -360,11 +360,6 @@
 	  through data, e.g., when projecting a record to a subset of
 	  its fields.</p>
 
-	  <p><em>NOTE: Blocking has not yet been fully implemented and
-	   may change.  Arbitrarily large objects must be easily
-	   writable and readable but until we have proven this with an
-	   implementation and tests this part of the specification
-	   should be considered draft.</em></p>
 	</section>
 
         <section>