zstan commented on code in PR #4422: URL: https://github.com/apache/ignite-3/pull/4422#discussion_r1768392711
########## modules/platforms/dotnet/Apache.Ignite.Tests/Sql/SqlTests.cs: ########## @@ -519,7 +519,7 @@ public async Task TestCustomDecimalScale() await using var resultSet = await Client.Sql.ExecuteAsync(null, "select cast((10 / ?) as decimal(20, 5))", 3m); IIgniteTuple res = await resultSet.SingleAsync(); - Assert.AreEqual(3.33333m, res[0]); + Assert.AreEqual(3.3m, res[0]); Review Comment: fixed -- 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...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org