You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Javier Luraschi (JIRA)" <ji...@apache.org> on 2018/10/10 23:12:00 UTC

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

Javier Luraschi created ARROW-3484:
--------------------------------------

             Summary: [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


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)