tustvold commented on issue #388: URL: https://github.com/apache/arrow-rs-object-store/issues/388#issuecomment-2922822978
> The docs for LocalFile do not mention sorting order: https://docs.rs/object_store/0.12.0/object_store/local/struct.LocalFileSystem.html#method.list_with_offset only the generic interface docs have that comment. That's a quirk of how docs.rs renders, if you click the read more link it shows more than just the first line. I think there is a misunderstanding as to what list_with_offset is designed for, it is for when listing everything after a given prefix. This is very common pattern for data lake changelogs and is why we support it. However, it is not intended as a mechanism to DIY pagination, nor is it documented as supporting this -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org