You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
ShuffleReaderExec does not get formatted correctly in displayable physical plan because it does not implement
fmt_as
. We just see the defaultExecutionPlan(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
The text was updated successfully, but these errors were encountered: