You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/01/06 21:45:00 UTC

[jira] [Resolved] (ARROW-15138) [C++] Make ExecPlan::ToString give some additional information

     [ https://issues.apache.org/jira/browse/ARROW-15138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston Pace resolved ARROW-15138.
---------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 12031
[https://github.com/apache/arrow/pull/12031]

> [C++] Make ExecPlan::ToString give some additional information
> --------------------------------------------------------------
>
>                 Key: ARROW-15138
>                 URL: https://issues.apache.org/jira/browse/ARROW-15138
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: C++
>            Reporter: Percy Camilo Triveño Aucahuasi
>            Assignee: Ariana Villegas
>            Priority: Minor
>              Labels: compute, engine, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Currently we have this task https://issues.apache.org/jira/browse/ARROW-14233 However, that task is very open about the scope. So this ticket will try to address some improvements for ExecPlan::ToString without the need to have additional sophistication nor to extend the scope of features for ExecPlan::ToString.
> This means that we won't need to research about GraphViz (or other backends) here. We will just need to work to have these features for ExecPlan::ToString:
>  * Print index/Id for each node  in the physical tree
>  * Make sure all the nodes have names and correct index/IDs
>  * Apply indentation for the printing process (this may be an optional setting in the API)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)