tustvold commented on issue #457: URL: https://github.com/apache/arrow-rs-object-store/issues/457#issuecomment-3151616368
I trust you have read https://docs.rs/object_store/latest/object_store/path/struct.Path.html. It sounds like you have used `Path::from` which has encoded the path, this is then used to create a file with path percent encoded characters. You should use `Path::parse` if you wish to use a path with non-ASCII characters -- 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]
