fallintoplace opened a new pull request, #1107: URL: https://github.com/apache/arrow-go/pull/1107
Decimal scalar string casts build the scale factor through math.Pow10 and float64, which is not exact for large scales. Use the decimal types existing exact ToBigFloat conversion and cover Decimal128 and Decimal256 string casts. -- 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]
