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/05/24 14:27:00 UTC

[jira] [Assigned] (ARROW-12761) [R] Better error handling for write_to_raw

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

Nic Crane reassigned ARROW-12761:
---------------------------------

    Assignee: Nic Crane

> [R] Better error handling for write_to_raw
> ------------------------------------------
>
>                 Key: ARROW-12761
>                 URL: https://issues.apache.org/jira/browse/ARROW-12761
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Nic Crane
>            Assignee: Nic Crane
>            Priority: Minor
>
> When I run this:
> {code:java}
> mt_array <- Array$create(mtcars)
> write_to_raw(mt_array){code}
> I get this error:
> {code:java}
>  Error: schema must be a "Schema" {code}
> We should add a manual check of the type of the input that returns a more informative error message if the object is not a data.frame, RecordBatch or Table



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