alamb commented on code in PR #7942: URL: https://github.com/apache/arrow-rs/pull/7942#discussion_r2211414705
########## parquet-variant/src/variant.rs: ########## @@ -1068,6 +1072,35 @@ impl<'m, 'v> Variant<'m, 'v> { /// Return a new Variant with the path followed. /// /// If the path is not found, `None` is returned. + /// + /// # Example Review Comment: I really wanted to add these tests / examples which lead to the other API changes -- 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