PyRSA commented on PR #8719: URL: https://github.com/apache/paimon/pull/8719#issuecomment-5032597523
> `FieldSumAgg` first performs Decimal addition outside the high-precision context, causing a valid `DECIMAL(38,0)` value to be truncated by Python's default 28-bit precision. The issue still occurs in the latest `head`: `12345678901234567890123456789012345678 + 1` actually returns `12345678901234567890123456790000000000`, when the correct result should be `.. .345679` Thanks. 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
