Andy Grove created ARROW-9753:
---------------------------------
Summary: [Rust] [DataFusion] Remove the use of Mutex in Partition
trait
Key: ARROW-9753
URL: https://issues.apache.org/jira/browse/ARROW-9753
Project: Apache Arrow
Issue Type: Improvement
Components: Rust, Rust - DataFusion
Reporter: Andy Grove
Assignee: Andy Grove
Fix For: 2.0.0
The Partition trait should not return Arc<Mutex<RecordBatchIterator>> but just
Arc<RecordBatchIterator> since most operators do not need to be mutable. Those
that do can use interior mutability.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)