[
https://issues.apache.org/jira/browse/ARROW-4681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661703#comment-17661703
]
Rok Mihevc commented on ARROW-4681:
-----------------------------------
This issue has been migrated to [issue
#21210|https://github.com/apache/arrow/issues/21210] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Rust] [DataFusion] Implement parallel query execution using threads
> --------------------------------------------------------------------
>
> Key: ARROW-4681
> URL: https://issues.apache.org/jira/browse/ARROW-4681
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust, Rust - DataFusion
> Affects Versions: 0.12.0
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> I am planning on tackling this soon. The basic plan is to change the table
> scan() method to return multiple scanners (one per partition) so that the
> query execution can process each partition on a separate thread.
> This will involve changing some of the DataFusion APIs to use Arc instead of
> Rc.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)