dgvj-work opened a new pull request, #1897:
URL: https://github.com/apache/iceberg-go/pull/1897

   ## Summary
   
   First slice for delete-file-backed incremental changelog scans.
   
   This adds the Java-shaped task types that later planning and readers need:
   
   - `AddedRowsScanTask` for inserts from added data files, including 
same-snapshot deletes
   - `DeletedDataFileScanTask` for removed data files, with existing deletes 
applied first
   - `DeletedRowsScanTask` for row-level deletes, keeping added vs existing 
delete files separate
   
   Planning, readers, deletion vectors, and end-to-end scans are left for 
follow-up. File-level changelog scanning remains in #1883.
   
   Related to #1884
   
   ## Test plan
   
   - [x] `go test ./table -count=1 -run 
'TestAddedRowsScanTask|TestDeletedDataFileScanTask|TestDeletedRowsScanTask'`
   
   Made with [Cursor](https://cursor.com)


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