Xuanwo commented on issue #6375: URL: https://github.com/apache/arrow-rs/issues/6375#issuecomment-2338456070
> `LocalFileSystem` should mimic what `ListObjectsV2` does, returning objects in lexicographical order of their keys. Hi, this behavior is expected. We can't perform sorting over the LocalFileSystem since we don't have such an API, and we can't collect keys and sort them in-memory. The best we can do is return objects in the order that the filesystem provides. -- 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]
