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

Romain François closed ARROW-3484.
----------------------------------
    Resolution: Resolved

> [R] Support to read record_batch from stream
> --------------------------------------------
>
>                 Key: ARROW-3484
>                 URL: https://issues.apache.org/jira/browse/ARROW-3484
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Javier Luraschi
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> https://issues.apache.org/jira/browse/ARROW-3479 enabled 
> {code:java}
> record <- arrow::record_batch(data.frame(a = c(1,2,3)))
> stream <- record$to_stream()
> {code}
> This issues tracks implementing the reverse operation by running:
> {code:java}
> read_record_batch_stream(stream){code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to