[
https://issues.apache.org/jira/browse/ARROW-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16192379#comment-16192379
]
ASF GitHub Bot commented on ARROW-1486:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1169
ARROW-1486: [C++] Make Column, RecordBatch, and Table non-copyable
Since these data structures are immutable, there is little benefit to
permitting copying or assignment in user code, and may lead to unintended
technical debt in API design.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1486
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1169.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1169
----
commit 1602e5326f3457ed3ec9bd7fa4767a7bf6dddd63
Author: Wes McKinney <[email protected]>
Date: 2017-10-05T02:14:29Z
Make Column, RecordBatch, and Table non-copyable
Change-Id: I48ee34a0283215bcec1dacdb35dcf5d843eb57c1
----
> [C++] Decide if arrow::RecordBatch needs to be copyable
> -------------------------------------------------------
>
> Key: ARROW-1486
> URL: https://issues.apache.org/jira/browse/ARROW-1486
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> Since this data structure is immutable, it is unclear if there are any
> benefits to being copyable
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)