alamb commented on code in PR #7783: URL: https://github.com/apache/arrow-rs/pull/7783#discussion_r2183512150
########## parquet-variant/src/lib.rs: ########## @@ -33,10 +33,12 @@ mod decoder; mod variant; // TODO: dead code removal mod builder; +mod from_json; mod to_json; #[allow(dead_code)] Review Comment: This allow was bothering me , so here is a PR to clean it up: - https://github.com/apache/arrow-rs/pull/7861 -- 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