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

[jira] [Updated] (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:all-tabpanel ]

Maciej updated ARROW-10848:
---------------------------
    Description: 
Arrow supp{color:#172b4d}orts {color:#008000}ISO-8601 {color}{color:#008000}for data and timestamp parsing but doesn't support short form of them. E.g.{color}{color}
{code:java}
19990108
or
19990108 040506
{code}
Examples taken from: [https://www.postgresql.org/docs/12/datatype-datetime.html]

  was:
Arrow supports {color:#008000}ISO-8601 {color:#172b4d}for data and timestamp parsing but doesn't support short form of them. E.g.{color}{color}
{code:java}
19990108
or
19990108 040506
{code}
Examples taken from: https://www.postgresql.org/docs/12/datatype-datetime.html


> [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
>
> Arrow supp{color:#172b4d}orts {color:#008000}ISO-8601 {color}{color:#008000}for data and timestamp parsing but doesn't support short form of them. E.g.{color}{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.3.4#803005)