viirya commented on code in PR #7935: URL: https://github.com/apache/arrow-rs/pull/7935#discussion_r2217952918
########## parquet-variant/src/builder.rs: ########## @@ -506,6 +506,7 @@ enum ParentState<'a> { metadata_builder: &'a mut MetadataBuilder, fields: &'a mut IndexMap<u32, usize>, field_name: &'a str, + object_start_offset: usize, Review Comment: Suggested a more understandable name (at least to me). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org