Skip to content

[C++] Use timestamp parsers for date32() CSV parsing #26224

Description

@asfimport

Followup to ARROW-9964. Consider the simple CSV (well, one column so there's no comma needed)

"time"
"23/09/2020"

If I specify the column as type timestamp, I can provide a timestamp_parser to parse it. But if I specify it as date32, the timestamp_parsers don't get invoked and I get an error.

Reporter: Neal Richardson / @nealrichardson

Note: This issue was originally created as ARROW-10223. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions