[
https://issues.apache.org/jira/browse/ARROW-12540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Li resolved ARROW-12540.
------------------------------
Fix Version/s: 6.0.0
Resolution: Fixed
Issue resolved by pull request 10870
[https://github.com/apache/arrow/pull/10870]
> [C++] Implement cast from date32[day] to utf8
> ----------------------------------------------
>
> Key: ARROW-12540
> URL: https://issues.apache.org/jira/browse/ARROW-12540
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Nic Crane
> Assignee: Rommel Quintanilla
> Priority: Major
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> 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: [https://github.com/apache/arrow/pull/10141]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)