Sufflope commented on code in PR #311:
URL: https://github.com/apache/avro-rs/pull/311#discussion_r2420457673
##########
avro/src/writer.rs:
##########
@@ -33,6 +34,8 @@ use std::{
const DEFAULT_BLOCK_SIZE: usize = 16000;
const AVRO_OBJECT_HEADER: &[u8] = b"Obj\x01";
+pub const SERDE_FLATTEN: &str = "serde-flatten";
Review Comment:
I changed it to my encapsulated methods proposition, hopefully I understood
what name change you wanted
--
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]