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

   ## Which issue does this PR close?
   
   Refs #2879 
   
   - Closes #.
   
   ## What changes are included in this PR?
   
   Manifest entries inherit snapshot and sequence numbers on read but not 
first_row_id, leaving the field parse-only. Assign it during load_manifest from 
the manifest-level first_row_id plus a running record count, skipping DELETED 
entries and preserving any already-set value. Mirrors Java's 
ManifestReader.idAssigner.
   
   This is the first step toward reading the _row_id metadata column, which is 
derived from a data file's first_row_id and each row's position.
   
   ## Are these changes tested?
   
   added 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