EmilyMatt commented on code in PR #9462:
URL: https://github.com/apache/arrow-rs/pull/9462#discussion_r2839683342


##########
arrow-avro/src/reader/async_reader/builder.rs:
##########
@@ -109,8 +109,18 @@ impl<R> ReaderBuilder<R> {
     }
 }
 
-impl<R: AsyncFileReader> ReaderBuilder<R> {
-    async fn read_header(&mut self) -> Result<(Header, u64), AvroError> {
+impl<R> ReaderBuilder<R>

Review Comment:
   Presumable the range?
   The behaviour would be the exact same, since the header ends with the magic 
I believe? and we start the actual decoding from the first magic we encounter



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