Indentation is incorrect for joins in formatted physical plans #345
Labels
bug
Something isn't working
datafusion
Changes in the datafusion crate
good first issue
Good for newcomers
Describe the bug
The new physical plan formatting code does not handle joins correctly. Both children of a join should be shown at the same indent level.
Here is an example of an incorrectly formatted plan:
To Reproduce
Run the integration tests and look at the logs (once #344 is merged).
Expected behavior
Both children of a join should be shown at the same indent level.
Additional context
Feature was added in #337
The text was updated successfully, but these errors were encountered: