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)