tanmayrauth commented on issue #999:
URL: https://github.com/apache/iceberg-go/issues/999#issuecomment-4472957706

   Good call on folding (2) into (1). I'll do two PRs total.                    
                                                                                
                                                                        
    
   Yes, synthesizeRowLineageColumns reads from task.DataSequenceNumber which is 
set from e.FileSequenceNum() — the manifest entry's own FileSeqNum field 
(manifest.go:2076), not anything cached from the snapshot. So after a rewrite, 
the new manifest entry carries the new snapshot's sequence number and synthesis 
picks it up correctly. Nulling _last_updated_sequence_number on reinsert will 
inherit the new file's data_sequence_number as expected. 


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