You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Romain François (JIRA)" <ji...@apache.org> on 2018/10/16 12:38:00 UTC

[jira] [Commented] (ARROW-3484) [R] Support to read record_batch from stream

    [ https://issues.apache.org/jira/browse/ARROW-3484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16651609#comment-16651609 ] 

Romain François commented on ARROW-3484:
----------------------------------------

This is superseded by 3505

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