Skip to content

Threaded parsing type mismatch depending on ntasks value #1010

@mattBrzezinski

Description

@mattBrzezinski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions