[
https://issues.apache.org/jira/browse/ARROW-10215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão reassigned ARROW-10215:
------------------------------------
Assignee: Jorge Leitão
> [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: 3.0.0
>
> Time Spent: 10m
> 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)