The 1.6 update seems to have broken load from URLs for CSVFiles
davidanthoff opened this issue · 0 comments
davidanthoff commented
I think this must be another breaking change that was introduced in 1.6: CSVFiles.jl forever has supported loading of files from URLs, i.e. something like load("https://raw.githubusercontent.com/queryverse/CSVFiles.jl/v0.2.0/test/data.csv")
used to work. With the new release of 1.6 of FileIO this now throws an error ArgumentError: No file exists at given path: https://raw.githubusercontent.com/queryverse/CSVFiles.jl/v0.2.0/test/data.csv
, I think at this location.
That check should probably only happen if the file
argument references a local path?
CC @timholy because blame says you changed this :)