Copilot commented on code in PR #293: URL: https://github.com/apache/avro-rs/pull/293#discussion_r2365830843
########## avro/src/lib.rs: ########## @@ -858,6 +858,89 @@ //! If the application parses schemas before setting a comparator, the default comparator will be //! registered and used! //! +//! ## Deserializing Avro Byte Arrays +//! +//! if using the Serde way to deserialize avro files, there are sometimes special derive statements Review Comment: Capitalize 'If' at the beginning of the sentence. ```suggestion //! If using the Serde way to deserialize avro files, there are sometimes special derive statements ``` ########## avro/README.md: ########## @@ -746,6 +746,89 @@ set_schemata_equality_comparator(Box::new(MyCustomSchemataEq)); If the application parses schemas before setting a comparator, the default comparator will be registered and used! +### Deserializing Avro Byte Arrays + +if using the Serde way to deserialize avro files, there are sometimes special derive statements Review Comment: Capitalize 'If' at the beginning of the sentence. ```suggestion If using the Serde way to deserialize avro files, there are sometimes special derive statements ``` -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org