tanmayrauth opened a new pull request, #1510:
URL: https://github.com/apache/iceberg-go/pull/1510

    
   ReadDV now validates the decoded bitmap against the manifest entry's 
record_count (field 103) and cross-checks it with the puffin blob's cardinality 
property when present. record_count is a required non-nullable long, so it 
always participates: a manifest zero against a nonzero puffin property is a 
real disagreement, not an absent value, and fails fast.
   
   Blobs missing the puffin property are still validated against record_count 
and accepted with a warning. Adds a hand-built fixture to exercise the 
missing-property branch, which the puffin writer otherwise forbids.
   
   Closes #1058


-- 
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]

Reply via email to