jecsand838 commented on code in PR #7832: URL: https://github.com/apache/arrow-rs/pull/7832#discussion_r2178280516
########## arrow-avro/src/reader/record.rs: ########## @@ -732,4 +838,122 @@ mod tests { assert_eq!(list_arr.len(), 1); assert_eq!(list_arr.value_length(0), 0); } + + #[test] + fn test_decimal_decoding_fixed256() { Review Comment: @alamb That's a solid call out. I'll introduce those tests of tests in my next PR for enum types. -- 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