[
https://issues.apache.org/jira/browse/AVRO-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17031469#comment-17031469
]
Hudson commented on AVRO-1646:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #819 (See
[https://builds.apache.org/job/AvroJava/819/])
AVRO-1646: Print/parse consistency for nested null namespace (#724) (github:
[https://github.com/apache/avro/commit/335acc5770f7ad6bd6fdf4caa305373a79912d70])
* (edit) lang/java/ipc/src/test/java/org/apache/avro/TestSchema.java
* (edit) lang/java/avro/src/main/java/org/apache/avro/Schema.java
> null namespace within non-null is not print/parse consistent with deeply
> nested records
> ---------------------------------------------------------------------------------------
>
> Key: AVRO-1646
> URL: https://issues.apache.org/jira/browse/AVRO-1646
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.7.7
> Reporter: Nikita Makeev
> Priority: Major
> Fix For: 1.10.0
>
> Attachments: AVRO-1646.patch
>
>
> This was partly addressed in AVRO-1295. If a record with a null namespace and
> containing other record is nested within a record with a non-null namespace
> then, when the outer schema is printed and re-parsed, the most inner schema's
> namespace becomes the outer, rather than null as it should be.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)