dttung2905 commented on code in PR #548:
URL: https://github.com/apache/iceberg-go/pull/548#discussion_r2299160635
##########
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:
Thanks @zeroshade for the quick review. I have updated the code
--
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]