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

[jira] [Commented] (ARROW-15105) unsupported timestamp cast in CSV with tz element

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

David Li commented on ARROW-15105:
----------------------------------

This looks the same as ARROW-14231. Unless you're on Windows, this should be implemented for 7.0.0.

> unsupported timestamp cast in CSV with tz element
> -------------------------------------------------
>
>                 Key: ARROW-15105
>                 URL: https://issues.apache.org/jira/browse/ARROW-15105
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 6.0.1
>            Reporter: Carl Boettiger
>            Priority: Major
>
> This should reproduce:
>  
> {code:java}
> ex2 <- tibble(time = as.POSIXct("2020-09-02 UTC", tz = "UTC"))
> ex2 %>% write_csv_arrow("test.csv") {code}
> Error:
> {code:java}
> Error: NotImplemented: Unsupported cast from timestamp[us, tz=UTC] to utf8 using function cast_string {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)