-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
Milestone
Description
I'm writing bindings between the C++ write CSV functionality and R. When I test my code on a table with no dates columns, the tests pass, but when I test the code with a table that includes dates, I get the following error message:
Error: NotImplemented: Unsupported cast from date32[day] to utf8 using function cast_string
Code that causes error: #10141
Reporter: Nicola Crane / @thisisnic
Assignee: Rommel Quintanilla / @rommelDB
Related issues:
- [R] Implement write csv (is related to)
- [C++] Can't cast from timestamp to utf8 when saving CSV (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-12540. Please see the migration documentation for further details.