carpecodeum commented on code in PR #8166: URL: https://github.com/apache/arrow-rs/pull/8166#discussion_r2291729460
########## parquet-variant-compute/src/variant_get/output/mod.rs: ########## @@ -33,6 +34,7 @@ use arrow_schema::{ArrowError, DataType}; /// or as a specific type (e.g. Int32Array). /// /// See [`instantiate_output_builder`] to create an instance of this trait. +#[allow(unused)] pub(crate) trait OutputBuilder { Review Comment: You're right that we could potentially simplify this in future PRs -- 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