You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/11/07 11:19:00 UTC

[jira] [Created] (ARROW-18263) [R] Error when trying to write POSIXlt data to CSV

Nicola Crane created ARROW-18263:
------------------------------------

             Summary: [R] Error when trying to write POSIXlt data to CSV
                 Key: ARROW-18263
                 URL: https://issues.apache.org/jira/browse/ARROW-18263
             Project: Apache Arrow
          Issue Type: Bug
          Components: R
            Reporter: Nicola Crane


I get an error trying to write a tibble of POSIXlt data to a file.  The error is a bit misleading as it refers to the column being of length 0.

{code:r}
posixlt_data <- tibble::tibble(x = as.POSIXlt(Sys.time()))
write_csv_arrow(posixlt_data, "posixlt_data.csv")
{code}


{code:r}
Error: Invalid: Unsupported Type:POSIXlt of length 0
{code}




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