You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Tim Loderhose (Jira)" <ji...@apache.org> on 2022/10/26 08:12:00 UTC

[jira] [Commented] (ARROW-10848) [C++] CSV ISO-8601 date and timestamp short form

    [ https://issues.apache.org/jira/browse/ARROW-10848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624288#comment-17624288 ] 

Tim Loderhose commented on ARROW-10848:
---------------------------------------

To add to this discussion, I am working with a (big, daily growing) dataset with dates (should be date32) that are in DD/MM/YYYY form (Europe).
Right now, it's inconvenient to have to specify the timestamp type, and then cast to date after, so I think there'd definitely be a good use in allowing this to be specified outright.

> [C++] CSV ISO-8601 date and timestamp short form
> ------------------------------------------------
>
>                 Key: ARROW-10848
>                 URL: https://issues.apache.org/jira/browse/ARROW-10848
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Maciej
>            Priority: Major
>              Labels: csv
>
> Arrow supp{color:#172b4d}orts ISO-8601 for date and timestamp parsing but doesn't support short form of them. E.g.{color}
> {code:java}
> 19990108
> or
> 19990108 040506
> {code}
> Examples taken from: [https://www.postgresql.org/docs/12/datatype-datetime.html]



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