You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/04/19 12:35:00 UTC

[jira] [Resolved] (ARROW-4805) [Rust] Write temporal arrays to CSV

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

Krisztian Szucs resolved ARROW-4805.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0

Issue resolved by pull request 4170
[https://github.com/apache/arrow/pull/4170]

> [Rust] Write temporal arrays to CSV
> -----------------------------------
>
>                 Key: ARROW-4805
>                 URL: https://issues.apache.org/jira/browse/ARROW-4805
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: Rust
>    Affects Versions: 0.12.0
>            Reporter: Neville Dipale
>            Assignee: Neville Dipale
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The CSV writer should start supporting writing temporal arrays back to disk.
> To be consistent with norms, we should look at what other libraries do for date and time where the resolution is greater than seconds, and potentially deal with the below:
>  * Is there optionality to how dates are written, or should it always be DD/MM/YYYY.
>  * Should / or - be used?
>  * Should time types be written as HH:MM:SS.ms, or 12345ms, 12345us, 12345ns?
>  * Should timestamps always be written in the ISO8601 JSONlike format?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)