Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15105

[R] unsupported timestamp cast in CSV with tz element

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 6.0.1
    • 7.0.0
    • R
    • None

    Description

      This should reproduce:

       

      ex2 <- tibble(time = as.POSIXct("2020-09-02 UTC", tz = "UTC"))
      ex2 %>% write_csv_arrow("test.csv") 

      Error:

      Error: NotImplemented: Unsupported cast from timestamp[us, tz=UTC] to utf8 using function cast_string 

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              cboettig Carl Boettiger
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: