Skip to content

Commit 71af37a

Browse files
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

File tree

dev/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ services:
8080
# REST Catalog - Apache Iceberg REST Catalog
8181
# =============================================================================
8282
rest:
83-
image: apache/iceberg-rest-fixture:1.10.0
83+
image: apache/iceberg-rest-fixture:1.11.0
8484
environment:
8585
- AWS_ACCESS_KEY_ID=admin
8686
- AWS_SECRET_ACCESS_KEY=password

0 commit comments

Comments
 (0)