SteveLauC commented on issue #6060: URL: https://github.com/apache/arrow-rs/issues/6060#issuecomment-2228418899
> Hi, `object_store` is an optional dependency for `parquet`, and not all users of parquet choose to use `object_store`. The `F: FnMut(Range<usize>) -> Fut + Send` allows users to implement their own reading logic. Hi, thanks for the quick reply! So this function aims to be data-source-agnostic, then it makes sense to me to ask users to bring their own I/O impl, closing. -- 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]
