Details
Description
boto3 python library has s3 get_object that accepts a byte range (to avoid downloading a whole file but just download selected byte range). if my Avro file is 100mb, can Avro library do some byte range seek to only download the s3 object partially (ie the parts that contain header.schema metadata and row count)?