You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Dustin Spicuzza (JIRA)" <ji...@apache.org> on 2016/03/17 22:42:33 UTC

[jira] [Created] (AVRO-1814) 1.8 IDL generator broken when containing a field called 'org'

Dustin Spicuzza created AVRO-1814:
-------------------------------------

             Summary: 1.8 IDL generator broken when containing a field called 'org'
                 Key: AVRO-1814
                 URL: https://issues.apache.org/jira/browse/AVRO-1814
             Project: Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.8.0
            Reporter: Dustin Spicuzza


The problem is in the generated 'readExternal' and 'writeExternal' functions, because they do something like:

WRITER$.write(this, org.apache.avro.specific.SpecificData.getEncoder(out));

When a member variable called 'org' exists, then the compile fails because the compiler thinks that 'org' is a member variable and that 'apache cannot be resolved or is not a field'. 



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