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

   ## Which issue does this PR close?
   
   Refs https://github.com/apache/iceberg-rust/issues/2879
   
   ## What changes are included in this PR?
   
   Read-side synthesis of the v3 _row_id metadata column, similar to the 
_last_updated_sequence_number materialization. We do a per-row coalesce of the 
physically-stored column against a per-row positional fallback of first_row_id 
plus the row position, gated on first_row_id (null first_row_id nulls the whole 
column). The positional fallback consumes the RowNumber virtual column, which 
is now added whenever _row_id is synthesized.
   
   ## 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