Commits


ArianaVillegas authored and Weston Pace committed e64480db51f
ARROW-15138: [C++] Make ExecPlan::ToString give some additional information Add indentation to ToString() function in ExecPlan. For example if we have the following graph of execution plan:  The execution plan string will be: ``` 6 node 5 node 4 node 2 node 3 node 2 node 1 node ``` Closes #12031 from ArianaVillegas/ARROW-15138 Authored-by: ArianaVillegas <ariana.villegas@utec.edu.pe> Signed-off-by: Weston Pace <weston.pace@gmail.com>