You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/13 16:32:47 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #3891: `org.apache.iceberg.util.SnapshotUtil#snapshotIdAsOfTime` could make use of binary search if `org.apache.iceberg.Table#history` is guaranteed to be ordered

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


   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 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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org