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

Hudson commented on AVRO-1331:
------------------------------

Integrated in AvroJava #374 (See [https://builds.apache.org/job/AvroJava/374/])
    AVRO-1331. Java: Fix schema-parsing incompatibility introduced in 
AVRO-1295. (Revision 1483463)

     Result = SUCCESS
cutting : 
Files : 
* /avro/trunk/CHANGES.txt
* /avro/trunk/lang/java/avro/src/main/java/org/apache/avro/Schema.java

                
> Java reader backwards-compatibility breakage
> --------------------------------------------
>
>                 Key: AVRO-1331
>                 URL: https://issues.apache.org/jira/browse/AVRO-1331
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>            Reporter: Jeremy Kahn
>            Assignee: Doug Cutting
>             Fix For: 1.7.5
>
>         Attachments: AVRO-1331.patch, stripped-snipped.avro, 
> stripped-snipped.schema
>
>
> For some cases where we encode Avro data with Avro 1.7.4, it is not readable 
> with Avro 1.7.5-SNAPSHOT post AVRO-1295: the Java decoder is unable to 
> discover the root definitions
> Among the properties of (some) schemas that trigger this failure:
> - an explicit empty string in the root namespace and
> - uses other namespaces elsewhere in the schema, 
> - has a recursive reference to the root
> A sample schema and a sample datafile with one example encoded with that 
> schema are attached.  
> This datafile cannot be read with Java deserializers (and I believe that the 
> schema cannot be parsed by the Java schema parser).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to