You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Rares Vernica (Jira)" <ji...@apache.org> on 2021/07/27 09:44:00 UTC

[jira] [Created] (ARROW-13455) [C++][Docs] Typo in RecordBatch::SetColumn

Rares Vernica created ARROW-13455:
-------------------------------------

             Summary: [C++][Docs] Typo in RecordBatch::SetColumn
                 Key: ARROW-13455
                 URL: https://issues.apache.org/jira/browse/ARROW-13455
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Rares Vernica


The docs for RecordBatch::SetColumn in [https://arrow.apache.org/docs/cpp/api/table.html#_CPPv4N5arrow11RecordBatchE] incorrectly state:

_Replace a column in the table, producing a new [Table|https://arrow.apache.org/docs/cpp/api/table.html#classarrow_1_1_table]._ 

it should be:

_Replace a column in the record batch, producing a new RecordBatch._



--
This message was sent by Atlassian Jira
(v8.3.4#803005)