Skip to content

#undef inserted instead of missing for empty line when pool=true #678

@nalimilan

Description

@nalimilan

The following doesn't happen with pool=false nor with ignoreemptylines=true.

CSV.File(IOBuffer("""x,y
                         a,b
                         a,b
                         a,b
                         a,b
                         a,b
                         a,b
                         a,b
                         a,b
                         a,b
                         
                         """))
thread = 1 warning: only found 1 / 2 columns around data row: 11. Filling remaining columns with `missing`
10-element CSV.File{false}:
Error showing value of type CSV.File{false}:
ERROR: UndefRefError: access to undefined reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions