ptupitsyn merged PR #12102:
URL: https://github.com/apache/ignite/pull/12102
--
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: notifications-unsubscr...@i
Copilot commented on code in PR #12102:
URL: https://github.com/apache/ignite/pull/12102#discussion_r2109404417
##
modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryUtils.cs:
##
@@ -808,8 +808,8 @@ public static void WriteDecimal(decimal val, IBinaryStream
stream)
sonarqubecloud[bot] commented on PR #12102:
URL: https://github.com/apache/ignite/pull/12102#issuecomment-2912826339
## [](https://son
ptupitsyn opened a new pull request, #12102:
URL: https://github.com/apache/ignite/pull/12102
Add support for decimal values with negative scale, such as `1.12E+1`, which
is `1.12 scale -1` in Java BigDecimal, and is equivalent to `11.2`.
--
This is an automated message from the Apache G