You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Mike Rodriguez (JIRA)" <ji...@apache.org> on 2015/06/03 18:49:09 UTC

[jira] [Created] (AVRO-1676) Do not treat enum symbols as immutable when deep copying

Mike Rodriguez created AVRO-1676:
------------------------------------

             Summary: Do not treat enum symbols as immutable when deep copying
                 Key: AVRO-1676
                 URL: https://issues.apache.org/jira/browse/AVRO-1676
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.7.7
            Reporter: Mike Rodriguez


Enum types should be supported in GenericData.deepCopy() so that we can convert from (in memory) generics records to specifics records.
Without this fix in place, it is non-trivial to attempt to create specific records from generic records if they may happen to have any nested enum data types.

This issue has already been pointed out by Doug Cutting which can be referenced at \[1] and \[2].
In \[2] specifically, Doug proposed the change that would fix this issue.

\[1] https://issues.apache.org/jira/browse/AVRO-1455?focusedCommentId=13899535&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13899535
\[2] http://mail-archives.apache.org/mod_mbox/avro-user/201402.mbox/%3CCALEq1Z9skcTci0h8RtNtyjaBDM1hn8yUUdTR2ft+czrvHtOD9g@mail.gmail.com%3E 




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)