martin-g commented on PR #530: URL: https://github.com/apache/avro-rs/pull/530#issuecomment-4342311851
> > > Added a feature to seek to a particular block when reading an Avro file. > > > Do you have a use case for this functionality ? > > I need to read just a few records from a large Avro file, and without this it's incredibly inefficient as I need to read the whole file from the start each time. AFAIU you need to read the Avro data once to collect the offsets to be able to seek later, right ? So, this helps for the following reads ? -- 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]
