You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2022/03/21 21:02:00 UTC

[jira] [Resolved] (ARROW-15489) [R] Expand RecordBatchReader use-ability

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

Jonathan Keane resolved ARROW-15489.
------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

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

> [R] Expand RecordBatchReader use-ability 
> -----------------------------------------
>
>                 Key: ARROW-15489
>                 URL: https://issues.apache.org/jira/browse/ARROW-15489
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Jonathan Keane
>            Assignee: Neal Richardson
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 8.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In ARROW-14745 we thought about having {{to_arrow()}} returning a RecordBatchReader only. Though this would work, it's not quite as friendly as wrapping the RecordBatchReader since {{arrow_dplyr_query}}s have a (slightly) nicer print method.
> We should add more methods and a print method that makes it clearer what a RecordBatchReader is and what it might be useful to do (e.g. continue a dplyr query)
> Is it possible that we could make up a name/class that encompasses all of the Arrow tabular like things that we could wrap all of these up in (for UX purposes only, really). We have ArrowTabular now, maybe we lean into that more (along side an LazyArrowTabular like dbplyr has?).



--
This message was sent by Atlassian Jira
(v8.20.1#820001)