ArianaVillegas opened a new pull request #12031:
URL: https://github.com/apache/arrow/pull/12031


   Add indentation to ToString() function in ExecPlan. 
   
   For example if we have the following graph of execution plan:
   
![image](https://user-images.githubusercontent.com/40250321/147159958-79ad4ad4-db3d-435e-bf01-bb5ea1162730.png)
   
   The execution plan string will be:
   ```
   6 node
       5 node
            4 node
                2 node
            3 node
                2 node
                1 node
   ```
    
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to