[
https://issues.apache.org/jira/browse/IGNITE-3196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861248#comment-15861248
]
Vladimir Ozerov commented on IGNITE-3196:
-----------------------------------------
Changes looks good to me. Though, it would be useful to have negative test in
.NET ensuring that exception is thrown as expected.
[~ptupitsyn], how difficult would be to have such test?
> Marshaling works wrong for the BigDecimals that have negative scale
> -------------------------------------------------------------------
>
> Key: IGNITE-3196
> URL: https://issues.apache.org/jira/browse/IGNITE-3196
> Project: Ignite
> Issue Type: Bug
> Components: binary
> Affects Versions: 1.6
> Reporter: Igor Sapego
> Assignee: Vyacheslav Daradur
> Fix For: 2.0
>
>
> Current marshalling procedure of the {{BigDecimal}} assumes that the scale of
> the {{BigDecimal}} value is always more than or equal to zero. However, scale
> [can be
> negative|https://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html#scale()].
> This leads to invalid results if we try to marshal-unmarshal {{BigDecimal}}
> that has a negative scale.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)