alamb commented on code in PR #7942: URL: https://github.com/apache/arrow-rs/pull/7942#discussion_r2211415232
########## parquet-variant-compute/src/variant_get.rs: ########## @@ -22,7 +22,7 @@ use arrow::{ error::Result, }; use arrow_schema::{ArrowError, Field}; -use parquet_variant::path::VariantPath; +use parquet_variant::VariantPath; Review Comment: I re-exported the paths at the same top level -- 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