Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShuffleReaderExec does not get formatted correctly in displayable physical plan #399

Closed
andygrove opened this issue May 23, 2021 · 0 comments · Fixed by #400
Closed

ShuffleReaderExec does not get formatted correctly in displayable physical plan #399

andygrove opened this issue May 23, 2021 · 0 comments · Fixed by #400
Assignees
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Member

andygrove commented May 23, 2021

Describe the bug
ShuffleReaderExec does not get formatted correctly in displayable physical plan because it does not implement fmt_as. We just see the default ExecutionPlan(PlaceHolder).

To Reproduce
Run a Ballista query and print the executed plan in the executor.

Expected behavior
The plan should include information about ShuffleReaderExec.

Additional context
None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant