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


##########
arrow-avro/src/reader/record.rs:
##########
@@ -740,6 +753,7 @@ fn sign_extend_to<const N: usize>(raw: &[u8]) -> 
Result<[u8; N], ArrowError> {
 mod tests {
     use super::*;
     use crate::codec::AvroField;
+    use crate::schema::Schema as AvroSchema;

Review Comment:
   You shouldn't need this import due to the `use crate::schema::*;` on line 22.
   
   ```suggestion
   ```



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