You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "John Plevyak (JIRA)" <ji...@apache.org> on 2010/04/22 18:45:51 UTC

[jira] Created: (AVRO-522) the rule on unions containing identical types are not enforced

the rule on unions containing identical types are not enforced
--------------------------------------------------------------

                 Key: AVRO-522
                 URL: https://issues.apache.org/jira/browse/AVRO-522
             Project: Avro
          Issue Type: Bug
          Components: c++
            Reporter: John Plevyak


{
    "type" : "array",
    "name" : "optionals",
    "items" : [ "long", "long" ]
}

is accepted despite being illegal by the combination of precompile and gen-cppcode.py

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.