Andy Grove created ARROW-9674:
---------------------------------

             Summary: [Rust] Parquet reader should implement Send + Sync
                 Key: ARROW-9674
                 URL: https://issues.apache.org/jira/browse/ARROW-9674
             Project: Apache Arrow
          Issue Type: New Feature
          Components: Rust
            Reporter: Andy Grove


To use the parquet reader in async code it is necessary to run it on its own 
thread and then use channels to communicate and fetch batches. This is very 
inefficient and it would be better if the main Parquet traits implemented Sync 
+ Send.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to