[
https://issues.apache.org/jira/browse/AVRO-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14721679#comment-14721679
]
peter liu commented on AVRO-523:
--------------------------------
I am able to generate code based on the given schema. It seems this issued has
been fixed.
{quote}
LiuYanbos-MacBook:build liuyanbo$ ./avrogencpp -i test.json -o test.hh
LiuYanbos-MacBook:build liuyanbo$ echo $?
0
{quote}
> records with the same name as a member generate bad c++ code
> ------------------------------------------------------------
>
> Key: AVRO-523
> URL: https://issues.apache.org/jira/browse/AVRO-523
> Project: Avro
> Issue Type: Bug
> Components: c++
> Reporter: John Plevyak
>
> records with the same name as a member generate bad c++ code:
> {code}
> {
> "type" : "array",
> "name" : "optionals",
> "items" : [
> { "name" : "l", "type" : "record", "fields" : [ { "name" : "l",
> "type": "long"} ] },
> { "name" : "r", "type" : "record", "fields" : [ { "name" : "r",
> "type": "long"} ] }
> ]
> }
> {code}
> produces c++ code such that when it is compiled it produces:
> union2.h:42: error: field 'int64_t avrouser::l::l' with same name as class
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)