fallintoplace opened a new pull request, #1582: URL: https://github.com/apache/iceberg-go/pull/1582
## What changed Calculate snapshot summary totals with `GetInt64` and format them with `strconv.FormatInt`. ## Why Snapshot totals such as record counts and file sizes were parsed through platform-sized `int`. On 32-bit systems, ordinary Iceberg totals above `math.MaxInt32` could truncate or wrap. The regression test adds values above the 32-bit range and verifies their exact totals. ## Testing - `go test ./table` - `go vet ./table` -- 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]
