[
https://issues.apache.org/jira/browse/AVRO-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102018#comment-18102018
]
ASF subversion and git services commented on AVRO-4322:
-------------------------------------------------------
Commit be1443838fe84dd4d3b7032568c6c4d8ef6028d6 in avro's branch
refs/heads/branch-1.12 from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=be1443838f ]
AVRO-4322: [Java] Only apply java-class annotations to SpecificData models.
(#3917)
> [Java] Fast and classic readers change GenericData behaviour
> ------------------------------------------------------------
>
> Key: AVRO-4322
> URL: https://issues.apache.org/jira/browse/AVRO-4322
> Project: Apache Avro
> Issue Type: Bug
> Reporter: Ryan Skraba
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> In the past, the schema property {{java-class}} has only applied to
> SpecificData and ReflectData, while GenericData has ignored the property.
> Today the "classic" path ignores java-class annotations and "fast" path reads
> data in this format.
> This is codified in some projects like [Parquet.
> |https://github.com/apache/parquet-java/blob/82414e2a8aa969ad3cc2e3d9569db9f3fca3cd40/parquet-avro/src/test/java/org/apache/parquet/avro/TestStringBehavior.java#L99]We
> should either restore this default behaviour as a regression or note it as a
> breaking change.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)