jdarais commented on PR #139: URL: https://github.com/apache/avro-rs/pull/139#issuecomment-3796013369
I do not recall the reason I added that flag and made SpecificSingleObjectWriter only write the header once. It's possible I thought this was the original behavior of GenericSingleObjectWriter, and was trying to replicate that behavior in the new SpecificSingleObjectWriter functions that directly used SchemaAwareWriteSerializer. I'm seeing now that this is not the behavior of GenericSingleObjectWriter, and SpecificSingleObjectWriter should behave the same, so I think it makes sense remove the `header_written` check. -- 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]
