Revanth14 opened a new pull request, #1494: URL: https://github.com/apache/iceberg-go/pull/1494
Part of #1178. ## Summary - Add a concurrency-safe in-process fake REST scan-planning server. - Model config discovery, plan submission, polling, cancellation, and task fetching. - Support deterministic response sequences, nested fan-out, duplicate task handles, request capture, storage credentials, and configurable failures. - Exercise the existing low-level REST scan-planning client against independently authored wire payloads. ## Scope This is test infrastructure only. It does not change `Catalog.PlanFiles`, scan-task decoding, planning modes, Java integration, or documentation. ## Testing - `go test ./...` - `go test -race ./catalog/rest/...` - `go vet ./catalog/rest/...` - `golangci-lint run --timeout=10m` - `git diff --check` -- 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]
