Shekharrajak commented on issue #1652: URL: https://github.com/apache/iceberg-rust/issues/1652#issuecomment-4615210192
For row lineage, we mainly need to update the table_metadata_builder. We already have `next_row_id` and manifest_list have logic for advancing next_row_id by existing + added. Seems like we need Per-DataFile first_row_id assignment on write/ for read and _row_id metadata column projection at metadata_columns. -- 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]
