[ 
https://issues.apache.org/jira/browse/ARROW-12540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nic Crane updated ARROW-12540:
------------------------------
    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: [https://github.com/apache/arrow/pull/10141]

  was:
I'm writing bindings between the C++ write CSV functionality and R, and 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


> [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: Improvement
>          Components: C++
>            Reporter: Nic Crane
>            Priority: Major
>
> 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)

Reply via email to