[
https://issues.apache.org/jira/browse/AVRO-4322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102492#comment-18102492
]
ASF subversion and git services commented on AVRO-4322:
-------------------------------------------------------
Commit 861eea156279aec70bdc93032c21011081aa5a3e in avro's branch
refs/heads/branch-1.12 from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=861eea1562 ]
AVRO-4322: Use reader/writers constently with model (#3924)
> [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
> Assignee: Ryan Skraba
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0, 1.12.2
>
> Time Spent: 2h 40m
> 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)