Description
Java's org.apache.avro.file.DataFileWriter.appendEncoded() allows you to append a pre-encoded datum to a file. This patch adds the same functionality to Avro-C.
Java's org.apache.avro.file.DataFileWriter.appendEncoded() allows you to append a pre-encoded datum to a file. This patch adds the same functionality to Avro-C.