jayvdb opened a new issue, #573: URL: https://github.com/apache/arrow-rs-object-store/issues/573
**Describe the bug** I ran into a problem where the local object store wasnt behaving the same as the other object stored. I havent determined if this was intentional or not, but it doesnt feel like it. When calling `list()` or `list_with_delimiter()` with a prefix parameter, the local filesystem backend treated the prefix as a directory path and walked only that directory, instead of properly filtering by prefix using `Path::prefix_matches` semantics. **To Reproduce** <!-- Steps to reproduce the behavior: --> **Expected behavior** The local backend behaves similar to the other backends, as much as possible. **Additional context** <!-- Add any other context about the problem here. --> -- 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]
