You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Dylan Patterson (JIRA)" <ji...@apache.org> on 2019/07/23 20:11:00 UTC

[jira] [Created] (AVRO-2480) Java Schema Parser adds unparsable files to known types

Dylan Patterson created AVRO-2480:
-------------------------------------

             Summary: Java Schema Parser adds unparsable files to known types
                 Key: AVRO-2480
                 URL: https://issues.apache.org/jira/browse/AVRO-2480
             Project: Apache Avro
          Issue Type: Bug
          Components: java
    Affects Versions: 1.8.2
            Reporter: Dylan Patterson


Behavior is inconsistent of the internal types map when parsing multiple types.  If a schema fails to parse due to missing dependent type, the depending type still gets added - including it's (apparently unparsable) schema. Further this schema does not have the `isError()` flag set.  This only happens for record types.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)