bug: COPY INTO <location> with USE_RAW_PATH = TRUE stores path with percent encoded spaces #17079
Closed
1 of 2 tasks
Labels
C-bug
Category: something isn't working
Search before asking
Version
v1.2.672-nightly
What's Wrong?
Execute Copy Into Statement to copy data from table to GCS with path (and USE_RAW_PATH), Databend stores file at path with URL encoded spaces, e.g.
/path%20to%20file/file.csv
How to Reproduce?
Please note, saving with USE_RAW_PATH = FALSE (and a path that ends with a slash) gives the correct result:
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: