Skip to content

Commit cd7bfc0

Browse files
authored
chore: Bump Iceberg test fixtures to 1.10.0 (#1703)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent ef6fb43 commit cd7bfc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ networks:
2020

2121
services:
2222
rest:
23-
image: apache/iceberg-rest-fixture:1.9.2
23+
image: apache/iceberg-rest-fixture:1.10.0
2424
environment:
2525
- AWS_ACCESS_KEY_ID=admin
2626
- AWS_SECRET_ACCESS_KEY=password

crates/integration_tests/testdata/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ networks:
2020

2121
services:
2222
rest:
23-
image: apache/iceberg-rest-fixture:1.9.2
23+
image: apache/iceberg-rest-fixture:1.10.0
2424
environment:
2525
- AWS_ACCESS_KEY_ID=admin
2626
- AWS_SECRET_ACCESS_KEY=password

0 commit comments

Comments
 (0)