PLeVasseur commented on issue #73: URL: https://github.com/apache/avro-rs/issues/73#issuecomment-2518436236
Thanks! And to double-confirm, what I posted above is also an example of how to write with a schema to the Object Container File format? > For example [this](https://github.com/apache/avro-rs/blob/2672bd6e3827ed323698e4069c63c3d097e53ae5/avro/examples/generate_interop_data.rs#L100) looks like it'd be an example of how to use a schema and write to the [Object Container File](https://avro.apache.org/docs/1.12.0/specification/#object-container-files) format. ```rust let mut writer = Writer::with_codec(&schema, BufWriter::new(output_file), codec); ``` -- 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]
