Re: [PR] IGNITE-25119 .NET: Fix decimal negative scale handling [ignite]

2025-05-28 Thread via GitHub
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

Re: [PR] IGNITE-25119 .NET: Fix decimal negative scale handling [ignite]

2025-05-27 Thread via GitHub
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)

Re: [PR] IGNITE-25119 .NET: Fix decimal negative scale handling [ignite]

2025-05-27 Thread via GitHub
sonarqubecloud[bot] commented on PR #12102: URL: https://github.com/apache/ignite/pull/12102#issuecomment-2912826339 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://son

[PR] IGNITE-25119 .NET: Fix decimal negative scale handling [ignite]

2025-05-27 Thread via GitHub
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