crepererum commented on issue #385:
URL:
https://github.com/apache/arrow-rs-object-store/issues/385#issuecomment-3617504549
I think we could push #549 to completion. If we need a new release urgently
though, I'm also fine with being pragmatic and call it a day for now.
> There appears to be ObjectStore::`{list, list_with_offset,
list_with_delimiter}` -- but I vaguely recall you don't plan to combine them
for some reason (though I may be misremembering)
Yeah, IMHO their are virtually all the same, just that the delimiter version
can also return non-objects (something like directories, if `/` is your
directory delimiter). However I need to think about a not-too-invasive way to
make this switch, so I would be happy with postponing it.
I also would like to clean up `get_ranges` at some point (read: NOT for
0.13!) since there's no good reason why this method is extra (HTTP multi-range
requests exists after all, even though S3 doesn't wanna support it).
--
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]