You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nic Crane (Jira)" <ji...@apache.org> on 2021/04/26 13:06:00 UTC

[jira] [Updated] (ARROW-12540) [C++] Implement cast from date32[day] to utf8

     [ 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, 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

  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`


> [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, 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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)