tustvold commented on PR #389: URL: https://github.com/apache/arrow-rs-object-store/pull/389#issuecomment-2922483966
Unfortunately this is a limitation that we can't reliably workaround, some stores such as S3 Express don't return data in sorted order, others don't support it at all. Ultimately list_with_offset is an optimisation for when you want everything after a given prefix. FWIW #371 adds a way to do pagination, although it intentionally doesn't support filesystems. -- 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