[
https://issues.apache.org/jira/browse/AVRO-2028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432546#comment-17432546
]
Ryan Skraba commented on AVRO-2028:
-----------------------------------
Hello! Thanks for the report and the discussion -- if you have feedback about
Quarkus and Avro, please do keep us in the loop!
I noted that your snapshot was {{1.11.0-SNAPSHOT #Wed Aug 19 21:39:36 UTC
2020}} or about **thirteen** months ago... It seems that we are no longer
publishing to
https://repository.apache.org/content/repositories/snapshots/org/apache/avro/
I'll create a new JIRA for that, and close this one!
> Specific Data, newBuilder(existingInstance) fails for BigDecimal
> ----------------------------------------------------------------
>
> Key: AVRO-2028
> URL: https://issues.apache.org/jira/browse/AVRO-2028
> Project: Apache Avro
> Issue Type: Bug
> Components: java
> Affects Versions: 1.8.2
> Reporter: Adrian McCague
> Priority: Major
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Using 1.8.2-rc3
> When attempting to use:
> {{MyType.newBuilder(existingType)}}
> With a field of type {{Union}}:
> {code}
> ["null",{"type":"bytes","logicalType":"decimal","precision":20,"scale":8}]
> {code}
> I get the following exception:
> {code}
> org.apache.avro.UnresolvedUnionException: Not in union
> ["null",{"type":"bytes","logicalType":"decimal","precision":20,"scale":8}]:
> 12000.00000000
> at
> org.apache.avro.generic.GenericData.resolveUnion(GenericData.java:740)
> at
> org.apache.avro.generic.GenericData.deepCopyRaw(GenericData.java:1146)
> at org.apache.avro.generic.GenericData.deepCopy(GenericData.java:1062)
> at MyType$Builder.<init>
> {code}
> I suspected it may be related but also noticed in the generated Specific Data
> class the following:
> {code}
> private static final org.apache.avro.Conversion<?>[] conversions =
> new org.apache.avro.Conversion<?>[] {
> null,
> TIMESTAMP_CONVERSION,
> null,
> null, // Should be DECIMAL_CONVERSION
> null,
> null,
> null,
> null,
> null
> };
> {code}
> ie, the conversion was missing.
> Adding this by hand however did not resolve the issue. I will add this as
> another issue.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)