Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
Description
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.
it should be:
Replace a column in the record batch, producing a new RecordBatch.
Attachments
Issue Links
- links to