You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2021/11/08 13:04:00 UTC

[jira] [Resolved] (ARROW-13462) [C++][Documentation] Incorrect examples in compute.rst

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

Neal Richardson resolved ARROW-13462.
-------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

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

> [C++][Documentation] Incorrect examples in compute.rst
> ------------------------------------------------------
>
>                 Key: ARROW-13462
>                 URL: https://issues.apache.org/jira/browse/ARROW-13462
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Documentation
>            Reporter: Ben Kietzman
>            Assignee: Pradeep Garigipati
>            Priority: Major
>              Labels: good-first-issue, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> compute.rst includes some examples of invoking compute functions which implicitly convert from shared_ptr<ArrayData> to shared_ptr<Array>. This is not actually supported in c++, so copy-pasting the example results in a compilation error. The doc examples should always be correct c++



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