delta-rs
delta-rs copied to clipboard
failed to open remote tables with name containing space character
Environment
Delta-rs version:
Binding:
Environment:
- Cloud provider:
- OS:
- Other:
Bug
as discussed in https://github.com/delta-io/delta-rs/issues/600#issuecomment-1406180752, we seem to have trouble opening delta tables in remote stores, if the table name contains a space character (or any character that will be URL encoded?).
What you expected to happen:
How to reproduce it:
More details:
@roeap I believe this should be addressed now right? Or does this also relate to #1245?
Hello, It seems this issue still exists, am I correct?
seems so. My delta table partitions-value has a '#' and I get a fileNotFound exception with the character getting converted to '%2523'. Anyway I can handle it in my code?
@TakreemAkhter would you be able to test the latest HEAD of main? We made a number of changes that should improve this and I've seen other reproducible bugs resolved by the refactor