Open xiaodaigh opened 5 years ago
I can reproduce this, and confirm that with a non-release Julia v1.3 build on Linux it hangs and ignores attempts to Ctrl-C.
Could you try to read it with just TextParse.jl? Just to figure out whether the problem is there, or in JuliaDB.
Doing just TextParse.csvread("ok.csv", ','; header_exists=true, colparsers=fmtypes)
loads the file successfully in ~5 seconds (including inference and compilation time, which is quite good). So clearly this is a JuliaDB issue. Thanks for the tip @davidanthoff !
Included a runnable MWE. The file is less than 1mb but just seems to hang in the terminal in Julia 1.2.0 Windows 10, but is working fine on Julia 1.1.1