Skip to content

Commit cf0560c

Browse files
fix: pin iceberg-rest-fixture to 1.10.1 to fix CreateTable test
The :latest tag was updated today (2026-04-09) and now rejects CreateTable requests with "Malformed request: Bad Request". Pin to the last known working version until the request format is updated.
1 parent 028b4c4 commit cf0560c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/iceberg/test/resources/iceberg-rest-fixture/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
services:
1919
rest:
20-
image: apache/iceberg-rest-fixture:latest
20+
image: apache/iceberg-rest-fixture:1.10.1
2121
environment:
2222
- CATALOG_CATALOG__IMPL=org.apache.iceberg.jdbc.JdbcCatalog
2323
- CATALOG_URI=jdbc:sqlite:file:/tmp/iceberg_rest_mode=memory

0 commit comments

Comments
 (0)