Commit 71af37a
committed
chore(dev): bump iceberg-rest-fixture to 1.11.0
The local REST catalog used by the integration tests (`dev/docker-compose.yaml`)
was pinned to `apache/iceberg-rest-fixture:1.10.0`, which only ships the
scan-planning wire types — it 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 via
`Route.values()` in the config response. Bumping lets the integration tests
exercise server-side features (e.g. scan planning, #1690) against the local
fixture.1 parent b10a8d8 commit 71af37a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments