jecsand838 commented on code in PR #7834:
URL: https://github.com/apache/arrow-rs/pull/7834#discussion_r2198284285


##########
arrow-avro/src/codec.rs:
##########
@@ -90,7 +90,7 @@ impl AvroDataType {
 #[derive(Debug, Clone)]
 pub struct AvroField {
     name: String,
-    data_type: AvroDataType,
+    pub(crate) data_type: AvroDataType,

Review Comment:
   That's a good catch! I had changed it on accident while setting up the tests 
and forgot to change it back. Just pushed up the corrected code for this.



-- 
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

Reply via email to