jecsand838 opened a new issue, #8631: URL: https://github.com/apache/arrow-rs/issues/8631
**Describe the bug** `AvroBinaryFormat` in the `arrow-avro` writer essentially became an single object encoding format. While originally it was designed to format a raw binary payload, it gradually evolved to include fingerprint framing. **To Reproduce** N/A **Expected behavior** `AvroBinaryFormat` should be renamed to `AvroSoeFormat` and the documentation updated to reflect it's current state. **Additional context** * `arrow-avro` goes public with v57.0.0, getting this fix in before then will ensure no breaking changes. * Reserving `AvroBinaryFormat` for a future third `arrow-avro` `Writer` format (without SOE framing) will be beneficial. -- 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]
