tustvold commented on issue #3651:
URL: https://github.com/apache/arrow-rs/issues/3651#issuecomment-1414496548
> However, when client GET object, it will re-encode at L246 -> L211 -> L459
below
Yes, this is so that the path of the created object matches exactly the
`Path` provided. So if you provide `blogs%20space.parquet` that is what will be
created in object storage.
> Path::parse("blogs%20space.parquet")
What is percent encoding this input, if you call `Path::parse("blogs
space.parquet")` everything should work?
--
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]