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

   Closes #996. Drops the ErrNotImplemented guard in GetRecords and wires DVs 
into the same per-file delete map Parquet pos-deletes already feed — 
recordsFromTask sees one set[int64] either way. Dedup is keyed by referenced 
data file (one puffin file can carry multiple blobs); distinct DVs for the same 
data file are rejected. PlanFiles also stops pairing pos-delete files with a 
data file when a DV applies, per spec.
   
   Tests build the puffin in-process so this isn't blocked on #1041. 
   
   Adjacent gaps deferred to follow-ups:
   - #1048 (puffin DV header check)
   - #1049 (ReadDV cardinality)
   - #1050 (PlanFiles DV seq + multi-DV reject)
   - #1051 (GetRecords arrow leak)
   - #1052 (end-to-end DV scan test).


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