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)

Reply via email to