Andrew Lamb created ARROW-11489:
-----------------------------------
Summary: [Rust][DataFusion] Make DataFrame should be Send+Sync
Key: ARROW-11489
URL: https://issues.apache.org/jira/browse/ARROW-11489
Project: Apache Arrow
Issue Type: Improvement
Components: Rust
Reporter: Andrew Lamb
Assignee: Andrew Lamb
Inspired by a question on the mailing list
https://lists.apache.org/thread.html/r8f81fae08346817fa283804037ed79a4309bb54aa8ed77c354d7baf0%40%3Cuser.arrow.apache.org%3E
Things need to be `Send + Sync` on order to be sent between threads (or async
tasks). Thus we should make DataFrame require Send + Sync as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)