delta-rs icon indicating copy to clipboard operation
delta-rs copied to clipboard

failed to open remote tables with name containing space character

Open roeap opened this issue 2 years ago • 3 comments

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 avatar Feb 18 '23 07:02 roeap

@roeap I believe this should be addressed now right? Or does this also relate to #1245?

rtyler avatar May 02 '23 15:05 rtyler

Hello, It seems this issue still exists, am I correct?

bkazour avatar Sep 11 '23 08:09 bkazour

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 avatar Dec 18 '23 11:12 TakreemAkhter

@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

rtyler avatar Jan 06 '24 19:01 rtyler