Problem
We've ran across a very odd issue where depending on the value of ntasks set the type of parsed is different.
CSV.File("foobar.csv"; ntasks=60, debug=true)
...
types after parsing: Type[Float64], pool = (0.2, 500)
CSV.File("foobar.csv"; ntasks=120, debug=true)
types after parsing: Type[String31], pool = (0.2, 500)
File to replicate the issue, foobar.csv
Problem
We've ran across a very odd issue where depending on the value of
ntasksset the type of parsed is different.File to replicate the issue, foobar.csv