Andy Grove created ARROW-5948:
---------------------------------

             Summary: [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
             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)

Reply via email to