Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
6.0.1
-
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
- duplicates
-
ARROW-14231 [C++] Can't cast from timestamp to utf8 when saving CSV
- Resolved