Pavel Tupitsyn created IGNITE-25119:
---------------------------------------
Summary: .NET: Decimal value scale overflow on representable values
Key: IGNITE-25119
URL: https://issues.apache.org/jira/browse/IGNITE-25119
Project: Ignite
Issue Type: Bug
Components: platforms
Affects Versions: 2.17
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 2.18
BigDecimal values like "7.3770697413E+11" or "1E+1", when inserted from Java
and read from .NET, result in an exception:
{code}
Decimal value scale overflow (must be between 0 and 28): -1
{code}
There is even a test for that in *TestEchoDecimal*.
Those values can be represented in .NET (as 737706974130 and 10, respectively),
we should not throw exceptions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)