klion26 commented on code in PR #7935: URL: https://github.com/apache/arrow-rs/pull/7935#discussion_r2212134518
########## parquet-variant/src/builder.rs: ########## @@ -1064,20 +1084,58 @@ impl<'a> ObjectBuilder<'a> { key: &str, value: T, ) -> Result<(), ArrowError> { - // Get metadata_builder from parent state - let metadata_builder = self.parent_state.metadata_builder(); + match &mut self.parent_state { Review Comment: same as below -- 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