fallintoplace opened a new pull request, #1656: URL: https://github.com/apache/iceberg-go/pull/1656
Snapshot-log entries can have small timestamp regressions, but both time-travel paths walked the log backwards and returned the first eligible entry. That can select an older snapshot than requested. This scans the full log and selects the entry with the greatest eligible timestamp. Equal timestamps keep the first entry encountered. A selected log entry that references an unknown snapshot now returns invalid metadata instead of falling through. Tests: - go test ./table - all packages except io/gocloud passed with go test ./... -- 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]
