deanm0000 opened a new issue, #160: URL: https://github.com/apache/avro-rs/issues/160
None of the examples that I found show an existing file being appended to. It seems like we have to read the file to get the marker and codec then use one of [these](https://github.com/apache/avro-rs/blob/5d8dbfcb359023a4bfb89db28ea6a2ba6eb7988a/avro/src/writer.rs#L98-L139) instead of `new`? I'm also guessing the writer needs to be `seek`ed to the end before passing it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
