/[Apache-SVN]
ViewVC logotype

Revision 1224924


Jump to revision: Previous Next
Author: dcreager
Date: Tue Dec 27 15:14:49 2011 UTC (12 years, 3 months ago)
Changed paths: 4
Log Message:
AVRO-984. C: Resolved reader initializes complex array values correctly.

Before, we weren't initialize new values when they were appended to an
array in the resolved reader class.  For arrays of primitives, this
wasn't a problem, since you don't really need to initialize primitives.
For arrays of arrays (and other complex element types), however, the
elements need to be properly initialized before they can be used.
(Contributed by Vivek Nadkarni.)


Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/resolved-writer.c modified , text changed
Directoryavro/trunk/lang/c/tests/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/tests/test_avro_984.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26