Skip to content

Explain verbose should include optimized physical plan  #499

Description

@NGA-TRAN

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The Explain Verbose currently shows physical plan before its final optimized step that includes CoalesceBatches, RepartitionExec, and MergeExec operators. This is a request to show the plan that includes all physical operators that will be executed.

Describe the solution you'd like
If you look at this create_physical_plan, the explain is created in the create_initial_plan which happens before the optimize_plan is invoked. The explain should be created after the optimize_plan

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions