fallintoplace opened a new pull request, #1455: URL: https://github.com/apache/iceberg-go/pull/1455
## What An as-of timestamp before the first snapshot could make `Scan.Snapshot()` and `Scan.Projection()` fall back to the current snapshot and schema, while `PlanFiles()` reported that no historical snapshot existed. This adds an error-capable `ResolveSnapshot` method and routes snapshot introspection, schema resolution, manifest planning, and record setup through it. `Snapshot()` remains source-compatible and returns nil when an explicit snapshot cannot be resolved. ## Tests - `go test ./...` - Regression coverage for `Snapshot`, `ResolveSnapshot`, `Projection`, `PlanFiles`, and `ToArrowRecords` before the first snapshot. -- 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]
