Shekharrajak opened a new pull request, #2579:
URL: https://github.com/apache/iceberg-rust/pull/2579

   ## Which issue does this PR close?
   
   
   - Closes https://github.com/apache/iceberg-rust/issues/1652
   
   ## What changes are included in this PR?
   
   Closes the writer + reader gap for v3 row lineage: every ADDED DataFile in a 
v3 data manifest now gets a first_row_id stamped on write, and foreign-written 
manifests get one inherited on read. Combined with the existing 
TableMetadata.next_row_id / ManifestFile.first_row_id plumbing, this makes 
iceberg-rust spec-compliant for v3 row-id assignment end-to-end.
   
   Java reference: ManifestReader.idAssigner (per-file inheritance) + 
SnapshotProducer row-id seeding.
   
   ## Are these changes tested?
   
   Unit tests 


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