fallintoplace opened a new pull request, #1624: URL: https://github.com/apache/iceberg-go/pull/1624
A stale manifest record count can be smaller than the number of rows emitted by a data file. The contiguous deletion-vector fast path currently slices its keep mask using the emitted batch bounds, which panics when those bounds exceed the manifest count. Fall back to a bounded mask for that batch and preserve rows beyond the declared count, matching the existing row-group-pruned path. Tests: `go test ./table -count=1` -- 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]
