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

ASF subversion and git services commented on AVRO-1879:
-------------------------------------------------------

Commit c37d05e87957d7b46c32c5fadcb569dc9be44117 in avro's branch 
refs/heads/master from [~mwong]
[ https://git-wip-us.apache.org/repos/asf?p=avro.git;h=c37d05e ]

AVRO-1879: Make conversions field static.


> Make conversions field transient in compiled SpecificRecord
> -----------------------------------------------------------
>
>                 Key: AVRO-1879
>                 URL: https://issues.apache.org/jira/browse/AVRO-1879
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.8.1
>            Reporter: Michael Wong
>            Assignee: Michael Wong
>             Fix For: 1.9.0, 1.8.2
>
>         Attachments: conversions-transient.patch
>
>
> Add a transient modifier to the conversions field as such
> {code}
> private final transient org.apache.avro.Conversion<?>[] conversions
> {code}
> This will allow Serializers and type inference systems like Flink's 
> TypeExtractor to not consider the {{conversions}} field and not try to 
> serialize it.



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

Reply via email to