martin-g commented on code in PR #199:
URL: https://github.com/apache/avro-rs/pull/199#discussion_r2115812717


##########
avro/tests/to_from_avro_datum_schemata.rs:
##########
@@ -110,6 +110,7 @@ fn test_avro_3683_multiple_schemata_writer_reader() -> 
TestResult {
     let mut writer = Writer::with_schemata(schema_b, schemata.clone(), &mut 
output, Codec::Null);
     writer.append(record.clone())?;
     writer.flush()?;
+    let _ = writer.into_inner()?;

Review Comment:
   What kind of magic happens here ?
   Why calling `into_inner()` makes it possible to use `output` again ?



-- 
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]

Reply via email to