tustvold opened a new issue, #3712: URL: https://github.com/apache/arrow-rs/issues/3712
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Calling list with a path to an existing file behaves inconsistently * LocalFileSystem, GCP, AWS, Azure return an empty list * MemoryStore and HttpStore return the file at the given path **To Reproduce** <!-- Steps to reproduce the behavior: --> Add the below to the put_get_delete_list_opts test ``` let content_list = flatten_list_stream(storage, Some(&location)).await.unwrap(); assert_eq!(content_list, &[]); ``` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **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]
