Silemo commented on issue #5677: URL: https://github.com/apache/arrow-rs/issues/5677#issuecomment-2071950517
I got why I didn't see the imports for PutPayload and MultipartUpload (it was solved in version 0.10). > I would rather not commit to maintaining it in a public api I am sorry to hear this, but I get it. --- ### Related question Any suggestion on how I could access `Range<usize>` contained in `GetRange`? There is a method (`as_range()`) but even if re-exported this is still private (I think is related to writing `pub(crate)`, but correct me if I am mistaken. This access is necessary to implement correctly get_opts as you can see from the [old implementation ](https://github.com/datafusion-contrib/datafusion-objectstore-hdfs/blob/master/hdfs/src/object_store/hdfs.rs#L226)(based on the version that didn't have `GetRange`, but just `Range`), and the `LocalFileSystem` implementation [here](https://github.com/apache/arrow-rs/blob/master/object_store/src/local.rs#L430). -- 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]
