alamb commented on code in PR #7557:
URL: https://github.com/apache/arrow-rs/pull/7557#discussion_r2173196393


##########
arrow-avro/src/reader/record.rs:
##########
@@ -531,4 +546,49 @@ mod tests {
         assert_eq!(map_arr.len(), 1);
         assert_eq!(map_arr.value_length(0), 0);
     }
+
+    #[test]
+    fn test_fixed_decoding() {

Review Comment:
   > (unless there's already one you'd want us to use) 
   
   Not that i know of -- but I am not familar with apache avro -- if there is 
some sort of standardized test corpus it would be great to use that
   
   I took a look around quickly but couldn't find anything like 
https://github.com/apache/parquet-testing for avro 🤔 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to