laskoviymishka opened a new pull request, #1055: URL: https://github.com/apache/iceberg-go/pull/1055
Closes #1048. Spec requires `deletion-vector-v1` blobs to carry snapshot-id and sequence-number set to -1. The writer enforces this on the way out; validateBlobs now mirrors the check on the way in, so a malformed DV puffin written by a third-party tool is rejected before its bytes reach dv.DeserializeDV. Test byte-patches a non-DV blob to claim it's a deletion-vector and asserts the reader rejects both invariant violations; uses a same- length placeholder type so the footer-payload-size trailer stays accurate. -- 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]
