[
https://issues.apache.org/jira/browse/ARROW-12761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-12761:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)