xndai commented on issue #3891:
URL: https://github.com/apache/iceberg/issues/3891#issuecomment-5073683096

   > Unfortunately I do not believe we are guaranteed that History is ordered 
(WAP commits) or Complete (History has a max length) so I do not believe we can 
rely on it. The only true way to view the lineage is the recursive approach 
being used.
   
   This is correct that we cannot assume the history is ordered. I don't know 
what you mean by "the recursive approach". The current implementation is still 
incorrect due to the same reason - history may not be strictly ordered.


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