badalprasadsingh opened a new pull request, #1323: URL: https://github.com/apache/iceberg-go/pull/1323
## Description Fixes #1322, the incorrect overflow direction detection in `DecimalLiteral.To(Int32Type)` for decimal values whose unscaled `big.Int` exceeds the `int64` range. ## Testing Added regression tests covering: 1. Positive values outside the `int64` range (`n4`). 2. Negative values that previously produced an incorrect in-range `Int32Literal` (`n5`). 3. Negative values outside the `int64` range that previously returned the wrong overflow sentinel (`n6`). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
