timvw / qv

Quickly view your data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with special characters in file path: "No such file or directory"

Hoeze opened this issue · comments

Hi, I tried your tool but it does not work with special characters in the path:

# qv "/tmp/test@dir#with_special characters.parquet"
Error: ObjectStore(NotFound { path: "/tmp/test@dir%23with_special%20characters.parquet", source: Os { code: 2, kind: NotFound, message: "No such file or directory" } })

Won't fix, this is by design (See linked issue in object-store)