zeroshade commented on code in PR #548:
URL: https://github.com/apache/iceberg-go/pull/548#discussion_r2298563171


##########
table/table.go:
##########
@@ -227,6 +228,45 @@ func (t Table) doCommit(ctx context.Context, updates 
[]Update, reqs []Requiremen
        return New(t.identifier, newMeta, newLoc, t.fsF, t.cat), nil
 }
 
+// TimeTravel finds the snapshot that was current as of or right before the 
given timestamp.
+func (t Table) TimeTravel(timestampMs int64, inclusive bool) *Snapshot {

Review Comment:
   Personally not a fan of the name here, could we do something like 
`SnapshotAsOf`?



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