Andy Grove created ARROW-10215:
----------------------------------
Summary: [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
Fix For: 2.0.0
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)