fallintoplace opened a new pull request, #1587: URL: https://github.com/apache/iceberg-go/pull/1587
## What changed Validate deletion-vector cardinality properties as non-negative signed 64-bit values. Add coverage for the maximum accepted value and the first value above the signed range. ## Why The writer accepted the full `uint64` range while the deletion-vector reader and manifest record counts use `int64`. This allowed writing Puffin files that the reader could not parse. ## Testing - `go test ./puffin` -- 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]
