You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dewey Dunnington (Jira)" <ji...@apache.org> on 2022/07/22 17:10:00 UTC

[jira] [Resolved] (ARROW-15016) [R] show_exec_plan() for an arrow_dplyr_query

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

Dewey Dunnington resolved ARROW-15016.
--------------------------------------
    Fix Version/s: 9.0.0
       Resolution: Fixed

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

> [R] show_exec_plan() for an arrow_dplyr_query
> ---------------------------------------------
>
>                 Key: ARROW-15016
>                 URL: https://issues.apache.org/jira/browse/ARROW-15016
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Jonathan Keane
>            Assignee: Dragoș Moldovan-Grünfeld
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 18.5h
>  Remaining Estimate: 0h
>
> {*}Proposed approach{*}: [design doc|https://docs.google.com/document/d/1Ep8aV4jDsNCCy9uv1bjWY_JF17nzHQogv0EnGJvraQI/edit#]
> *Steps*
>  * Read about ExecPlan and ExecPlan::ToString
>  ** https://issues.apache.org/jira/browse/ARROW-14233
>  ** https://issues.apache.org/jira/browse/ARROW-15138
>  ** https://issues.apache.org/jira/browse/ARROW-13785
>  * Hook up to the existing C++ ToString method for ExecPlans 
>  * Implement a {{ToString()}} method for {{ExecPlan}} R6 class
>  * Implement and document {{show_exec_plan()}}
> {*}Original description{*}:
> Now that we can print a query plan (ARROW-13785) we should wire this up in R so we can see what execution plans are being put together for various queries (like the TPC-H queries)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)