technicolorbeat opened a new pull request, #1749: URL: https://github.com/apache/iceberg-go/pull/1749
## Summary - add `SnapshotMode` type with `SnapshotModeAll` and `SnapshotModeRefs` constants - add `LoadTableWithSnapshotMode(ctx, identifier, SnapshotMode)` on `*rest.Catalog` that appends `?snapshots=<mode>` to the loadTable request - add `withQueryParams(url.Values) reqOption` and `queryParams` field to `reqConfig` so the `do()` helper can attach query parameters to any GET request - `LoadTable` is unchanged — no query parameter is sent, server default applies ## Testing - go test ./... - golangci-lint run --timeout=10m Refs #1748 -- 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]
