[
https://issues.apache.org/jira/browse/AVRO-3134?focusedWorklogId=650188&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-650188
]
ASF GitHub Bot logged work on AVRO-3134:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Sep/21 18:35
Start Date: 13/Sep/21 18:35
Worklog Time Spent: 10m
Work Description: dkulp merged pull request #1213:
URL: https://github.com/apache/avro/pull/1213
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 650188)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Assignee: Daniel Kulp
> Priority: Minor
> Fix For: 1.11.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)