Ben Kietzman created ARROW-13462:
------------------------------------
Summary: [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++
Reporter: Ben Kietzman
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.3.4#803005)