kylebarron commented on issue #5979: URL: https://github.com/apache/arrow-rs/issues/5979#issuecomment-2209627940
I think the API of `AsyncFileReader` might have to change? Right now the signature of `get_bytes` takes a `range: core::ops::range::Range<usize>`, and presumably that would have to change to something like `object_store::GetRange` for the concept of a suffix range? If it does need a breaking API change, does that mean we shouldn't start a PR until 52.2.0 is tagged and released? -- 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]
