Author: scottcarey
Date: Wed Feb 16 01:14:00 2011
New Revision: 1071118
URL: http://svn.apache.org/viewvc?rev=1071118&view=rev
Log:
AVRO-764. Java: Bug in BinaryData.compare() with offset comparison.
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1071118&r1=1071117&r2=1071118&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed Feb 16 01:14:00 2011
@@ -162,7 +162,7 @@ Avro 1.5.0 (unreleased)
BUG FIXES
- AVRO-762. Java: Bug in BinaryData.compare() with offset comparison.
+ AVRO-764. Java: Bug in BinaryData.compare() with offset comparison.
AVRO-743. Java: Performance Regression and memory pressure with
GenericDatumReader. (scottcarey)