Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
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)
- A visual representation (graphviz)
Attachments
Issue Links
- relates to
-
ARROW-9746 [Rust][DataFusion] Add FORMAT to explain plan and an easy to visualize format
- Closed
- links to