jychen7 commented on issue #3651:
URL: https://github.com/apache/arrow-rs/issues/3651#issuecomment-1414505284
> if you call Path::parse("blogs space.parquet") everything should work?
yes, it work
> What is percent encoding this input
> Is it possible something is receiving a URL and not decoding it properly,
and just handing off the raw path?
this is from ROAPI config, the user input can be already percent encoded.
ROAPI currently decode it before passing to `object_store`. I am wondering
whether `object_store` can support receiving encoded path, so from end to end,
we don't need additional `decode -> encode`
More detail here:
https://github.com/roapi/roapi/issues/98#issuecomment-1409869735
--
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]