You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/10/09 17:41:00 UTC

[jira] [Resolved] (ARROW-10215) [Rust] [DataFusion] Rename "Source" typedef

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

Jorge Leitão resolved ARROW-10215.
----------------------------------
    Fix Version/s:     (was: 3.0.0)
                   2.0.0
       Resolution: Fixed

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

> [Rust] [DataFusion] Rename "Source" typedef
> -------------------------------------------
>
>                 Key: ARROW-10215
>                 URL: https://issues.apache.org/jira/browse/ARROW-10215
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust, Rust - DataFusion
>            Reporter: Andy Grove
>            Assignee: Jorge Leitão
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The name "Source" for this type doesn't make sense to me. I would like to discuss alternate names for it.
> {code:java}
> type Source = Box<dyn RecordBatchReader + Send>; {code}
> My first thoughts are:
>  * RecordBatchIterator
>  * RecordBatchStream
>  * SendableRecordBatchReader



--
This message was sent by Atlassian Jira
(v8.3.4#803005)