/[Apache-SVN]
ViewVC logotype

Revision 1340989


Jump to revision: Previous Next
Author: dcreager
Date: Mon May 21 12:28:02 2012 UTC (11 years, 11 months ago)
Changed paths: 4
Log Message:
AVRO-1087. C: avro_file_writer_open() and appending values works correctly.

The avro_file_writer_open() function wasn't correctly setting up the
avro_file_writer_t instance to allow you to append data to an existing
file.  We now open up the file for read+write, read in the header, and
set up the writer's codec to match what's in the existing file.  The
patch includes a test case.

Contributed by Pugachev Maxim.


Changed paths

Path Details
Directoryavro/trunk/CHANGES.txt modified , text changed
Directoryavro/trunk/lang/c/src/datafile.c modified , text changed
Directoryavro/trunk/lang/c/tests/CMakeLists.txt modified , text changed
Directoryavro/trunk/lang/c/tests/test_avro_1087.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26