viirya commented on code in PR #7843: URL: https://github.com/apache/arrow-rs/pull/7843#discussion_r2178276949
########## parquet-variant/src/builder.rs: ########## @@ -698,6 +734,15 @@ impl<'a, 'b> ObjectBuilder<'a, 'b> { /// /// This consumes self and writes the object to the parent buffer. pub fn finish(mut self) -> Result<(), ArrowError> { Review Comment: I didn't actually remove `finish` as there are still examples where the builders are in same scope with top-level builder. So explicit call of `finish` is still necessary for that. -- 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