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
I have been tracking down issues in our use of DataFusion for my work project, and I have found myself wanting to print out the state of the logical_plan several times. The existing debug formatting is ok, but it is missing a few key items:
schema information (as in when did columns appear / disappear in the plan)
I have been tracking down issues in our use of DataFusion for my work project, and I have found myself wanting to print out the state of the logical_plan several times. The existing debug formatting is ok, but it is missing a few key items:
Reporter: Andrew Lamb / @alamb
Assignee: Andrew Lamb / @alamb
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-10531. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: