huan233usc opened a new pull request, #2673:
URL: https://github.com/apache/iceberg-rust/pull/2673
## What changes are included in this PR?
Bumps the local REST catalog used by the integration tests
(`dev/docker-compose.yaml`) from `apache/iceberg-rest-fixture:1.10.0` to
`1.11.0`.
## Why
`1.10.0` only ships the scan-planning **wire types** — its reference REST
server
has no server-side planning handler and does not advertise the scan-plan
endpoints in `GET /v1/config`. `1.11.0` adds the server-side implementation:
- `CatalogHandlers.planTableScan` / `fetchScanTasks`,
- the adapter routes `PLAN_TABLE_SCAN` / `FETCH_PLANNING_RESULT` /
`FETCH_SCAN_TASKS` / `CANCEL_PLAN_TABLE_SCAN`,
- and advertises them in the config response via `Route.values()`.
Bumping lets the integration tests exercise newer server-side features (e.g.
server-side scan planning, #1690) against the local fixture, and picks up the
general 1.10 → 1.11 fixes.
## Are these changes tested?
Covered by the existing Docker-based integration tests, which CI runs against
the fixture. (I couldn't run them locally — no Docker daemon — so relying on
CI
to validate the bump.)
--
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]