RussellSpitzer commented on issue #14968:
URL: https://github.com/apache/iceberg/issues/14968#issuecomment-3712483196

   row id is preserved in replace, So all your rows in the "replaced" table 
will start with the last Id of the original table.
   
   IE insert 10 rows,
   Last row is row 9
   
   Replace table
   Insert 10 new rows
   Only 10 rows in the table but the last row id is 19


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