veronica-m-ef commented on code in PR #7954:
URL: https://github.com/apache/arrow-rs/pull/7954#discussion_r2216923022


##########
arrow-avro/src/reader/mod.rs:
##########
@@ -221,12 +221,11 @@ impl ReaderBuilder {
     }
 
     fn make_record_decoder(&self, schema: &AvroSchema<'_>) -> 
Result<RecordDecoder, ArrowError> {
-        let root_field = AvroField::try_from(schema)?;
-        RecordDecoder::try_new_with_options(
-            root_field.data_type(),
-            self.utf8_view,
-            self.strict_mode,
-        )
+        let root_field = AvroFieldBuilder::new(schema)

Review Comment:
   @alamb no errors from clippy locally, we're good to go now :)



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