vleslief-ms opened a new pull request, #1318: URL: https://github.com/apache/arrow-adbc/pull/1318
.NET 4.7.2 will round up Double.MaxValue / round down Double.MinValue when using Double.ToString(), resulting in infinity / -infinity stored in Snowflake when passed into the INSERT query statement. This rounding does not occur in .NET 6.0. This PR corrects that behavior and sends a properly accepted MaxValue/MinValue string when using .NET 4.7.2. Notable that when the tests can use prepared statements, issues like this should cease to happen. Near identical to #1312 . Adding it back because it was accidentally removed in https://github.com/apache/arrow-adbc/pull/1311/commits/4aba0400610f3bd2a4344caa7dd8ea1071f6d532. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
