jecsand838 commented on code in PR #8220: URL: https://github.com/apache/arrow-rs/pull/8220#discussion_r2301817760
########## arrow-avro/src/reader/mod.rs: ########## @@ -1537,6 +1564,57 @@ mod test { assert!(batch.column(0).as_any().is::<StringViewArray>()); } + #[test] + fn test_alltypes_skip_writer_fields_keep_double_only() { + let file = arrow_test_data("avro/alltypes_plain.avro"); Review Comment: 100% They are solid files. -- 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