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 2019/06/12 11:35:00 UTC

[jira] [Resolved] (ARROW-3815) [R] refine record batch factory

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

Romain François resolved ARROW-3815.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.14.0

Issue resolved by pull request 4508
[https://github.com/apache/arrow/pull/4508]

> [R] refine record batch factory
> -------------------------------
>
>                 Key: ARROW-3815
>                 URL: https://issues.apache.org/jira/browse/ARROW-3815
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Romain François
>            Assignee: Romain François
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> may be useful to handle `...`: 
> - it should be named
> - each value can be either an R vector, (converted with `array()`) or an Array
> So that we can have something like this: 
> {code:r}
> record_batch(x = 1:10, y = array(1:10))
> # currently have to go through tibbles
> # record_batch(tibble(x = 1:10, y = 1:10))
> {code}



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