You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/11/14 13:17:00 UTC

[jira] [Commented] (ARROW-2078) [C++] Consider making DataType and its subclasses noncopyable

    [ https://issues.apache.org/jira/browse/ARROW-2078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974242#comment-16974242 ] 

Antoine Pitrou commented on ARROW-2078:
---------------------------------------

Actually, we already have:
{code:c++}
  ARROW_DISALLOW_COPY_AND_ASSIGN(DataType);
{code}

Does this issue allude at something else? What exactly?

> [C++] Consider making DataType and its subclasses noncopyable
> -------------------------------------------------------------
>
>                 Key: ARROW-2078
>                 URL: https://issues.apache.org/jira/browse/ARROW-2078
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Priority: Major
>             Fix For: 1.0.0
>
>




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