[
https://issues.apache.org/jira/browse/AVRO-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362228#comment-17362228
]
Thiago Froes commented on AVRO-3134:
------------------------------------
Is there something else to do?
> C#: Method ToString of AvroDecimal causes ArgumentOutOfRangeException
> ---------------------------------------------------------------------
>
> Key: AVRO-3134
> URL: https://issues.apache.org/jira/browse/AVRO-3134
> Project: Apache Avro
> Issue Type: Bug
> Components: csharp
> Affects Versions: 1.10.2
> Reporter: Thiago Froes
> Priority: Minor
>
> Method ToString of class AvroDecimal causes ArgumentOutOfRangeException when
> Scale is greater than Unscaled number size. Samples:
> * 0.001
> * 0.01
> When Scale as equal as Unscaled number size, the result é wrong, because is
> missing a "0", Sample:
> * 0.1: in this case the result is ".1"
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)