alamb commented on code in PR #6116: URL: https://github.com/apache/arrow-rs/pull/6116#discussion_r1691874360
########## arrow-array/src/array/string_array.rs: ########## @@ -376,70 +376,6 @@ mod tests { .expect("All null array has valid array data"); } - #[cfg(feature = "test_utils")] Review Comment: clippy flagged the fact that this crate doesn't have the `test_utils` feature (and thus this code is not reachable). So I deleted it -- 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