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


   More like - 
   Says I have snapshots
   ```
   A -> B - > C -> (D)
   ```
   I then roll back to B and add C' and D'
   
   So i have the following live snapshots
   ```
   A -> B - > C -> D
              \ -> C' -> (D')
   ```
              
   Now I want to know the ancestors of "D".
   
   
   Basically the default behavior of AcnestorsOf would give you the ancestors 
of the table's current snapshot, but you can pass in an arguement to get 
ancestors of another snapshot in the current history, or in a divergent one you 
rolled back from


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