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

shubhangi priya commented on AVRO-2386:
---------------------------------------

[~nkollar]

If the issue is still unresolved, Can I work upon this?

> Generated code doesn't compile, because customDecode and customEncode are 
> protected
> -----------------------------------------------------------------------------------
>
>                 Key: AVRO-2386
>                 URL: https://issues.apache.org/jira/browse/AVRO-2386
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.9.0
>            Reporter: Nándor Kollár
>            Priority: Blocker
>             Fix For: 1.9.0
>
>
> The generated code for
> {code}
> {"namespace": "org.apache.avro.codegentest.some",
>   "type": "record",
>   "name": "NestedSomeNamespaceRecord",
>   "doc" : "Test nested types with different namespace than the outer type",
>   "fields": [
>     {
>       "name": "nestedRecord",
>       "type": {
>         "namespace": "org.apache.avro.codegentest.other",
>         "type": "record",
>         "name": "NestedOtherNamespaceRecord",
>         "fields": [
>           {
>             "name": "someField",
>             "type": "int"
>           }
>         ]
>       }
>     }]
> }
> {code}
> doesn't compile, because customEncode and customDecode methods are protected.



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

Reply via email to