You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Todd Farmer (Jira)" <ji...@apache.org> on 2022/07/12 14:05:03 UTC

[jira] [Assigned] (ARROW-10223) [C++] Use timestamp parsers for date32() CSV parsing

     [ https://issues.apache.org/jira/browse/ARROW-10223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Farmer reassigned ARROW-10223:
-----------------------------------

    Assignee:     (was: Antoine Pitrou)

This issue was last updated over 90 days ago, which may be an indication it is no longer being actively worked. To better reflect the current state, the issue is being unassigned. Please feel free to re-take assignment of the issue if it is being actively worked, or if you plan to start that work soon.

> [C++] Use timestamp parsers for date32() CSV parsing
> ----------------------------------------------------
>
>                 Key: ARROW-10223
>                 URL: https://issues.apache.org/jira/browse/ARROW-10223
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Neal Richardson
>            Priority: Minor
>
> Followup to ARROW-9964. Consider the simple CSV (well, one column so there's no comma needed)
> {code}
> "time"
> "23/09/2020"
> {code}
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)