[
https://issues.apache.org/jira/browse/AVRO-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949325#comment-17949325
]
ASF subversion and git services commented on AVRO-4123:
-------------------------------------------------------
Commit 7ac480016ba893d89eeeee95b7f68b2af892d451 in avro's branch
refs/heads/dependabot/maven/lang/java/org.apache.hadoop-hadoop-client-3.4.1
from Oscar Westra van Holthe - Kind
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=7ac480016b ]
AVRO-4123: Parsed named schemas always empty (#3361)
* AVRO-4123: fix missing parsed schemas
* AVRO-4123: Remove unnecessary private method
* AVRO-4123: Do not use List.getFirst() yet
* AVRO-4123: Fix tests for recent JDKs
Recent JDKs alter the requirements for using a security manager. This
affects Hadoop code. Also, misplaced javadoc affects tests.
When AVRO-4126 is merged, the change to TestSpecificCompiler.java can be
reverted.
> SchemaParser.ParseResult#parsedNamedSchemas is always empty
> -----------------------------------------------------------
>
> Key: AVRO-4123
> URL: https://issues.apache.org/jira/browse/AVRO-4123
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.12.0
> Reporter: Oscar Westra van Holthe - Kind
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.1, 1.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{org.apache.avro.SchemaParser.ParseResult#parsedNamedSchemas()}} is always
> empty. The reason: it uses a mutable view of the newly parsed schemas, that
> is cleared when committing the parse result.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)