[
https://issues.apache.org/jira/browse/ARROW-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661761#comment-17661761
]
Rok Mihevc commented on ARROW-4739:
-----------------------------------
This issue has been migrated to [issue
#21259|https://github.com/apache/arrow/issues/21259] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Rust] [DataFusion] It should be possible to share a logical plan between
> threads
> ---------------------------------------------------------------------------------
>
> Key: ARROW-4739
> URL: https://issues.apache.org/jira/browse/ARROW-4739
> 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 want to be able to compile sql to a logical plan and then share that plan
> with other threads ( so I can run the same query in parallel on partitions of
> my input relation).
>
> A/C
> * LogicalPlan uses Arc instead of Rc
> * ExecutionContext has a create_logical_plan method
> * ExecutionContext.sql() is refactored to call create_logical_plan
--
This message was sent by Atlassian Jira
(v8.20.10#820010)