You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2019/07/16 22:36:00 UTC

[jira] [Commented] (ARROW-5948) [Rust] [DataFusion] create_logical_plan should not call optimizer

    [ https://issues.apache.org/jira/browse/ARROW-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16886523#comment-16886523 ] 

Andy Grove commented on ARROW-5948:
-----------------------------------

Resolved as part of https://github.com/apache/arrow/pull/4875

> [Rust] [DataFusion] create_logical_plan should not call optimizer
> -----------------------------------------------------------------
>
>                 Key: ARROW-5948
>                 URL: https://issues.apache.org/jira/browse/ARROW-5948
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust, Rust - DataFusion
>    Affects Versions: 0.14.0
>            Reporter: Andy Grove
>            Assignee: Andy Grove
>            Priority: Major
>             Fix For: 1.0.0
>
>
> ExecutionContext.create_logical_plan currently returns an optimized plan.
> There is already a separate method on ExecutionContext for creating an optimized plan and it would be better to have create_logical_plan return the unoptimized plan. This helps with testing and also helps for my use case where I want to pass the logical plan to another node before it gets optimized (it is not currently possible to optimize a plan twice, and this is causing me some issues)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)