anoopj opened a new pull request, #2952: URL: https://github.com/apache/iceberg-rust/pull/2952
## Which issue does this PR close? Refs https://github.com/apache/iceberg-rust/issues/2879 ## What changes are included in this PR? Manifest read now inherits a data file's first_row_id (#2922) Add both fields to FileScanTask and populate them in `ManifestEntryContext::into_file_scan_task` from the manifest entry's `data_file().first_row_id()` and `sequence_number()`. This is step 2 of reading the row-lineage metadata columns; positional materialization in the arrow pipeline follows. ## Are these changes tested? Added tests. ## AI Disclosure Assisted with Claude Code (Opus 4.8). I have reviewed and iterated to get to this shape. -- 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]
