Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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` in order to be sent between threads (or async tasks). Thus we should make DataFrame require Send + Sync as well so as to be usable in async applications.
Attachments
Issue Links
- links to