You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Infra: Replace MinIO with RustFS in the dev and integration stacks
MinIO Community Edition stopped publishing images in October 2025 and the
repository was archived in April 2026, so `minio/minio:latest` resolves to a
frozen build that will not receive further security fixes (#2664).
I'm choosing RustFS since that's what Polaris uses.
* Infra: Rename the object store service to `object-store`
Feedback from @kevinjqliu
Copy file name to clipboardExpand all lines: mkdocs/docs/contributing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ For Python, `pytest` is used a testing framework in combination with `coverage`
155
155
make test
156
156
```
157
157
158
-
By default, S3 and ADLS tests are ignored because that require minio and azurite to be running.
158
+
By default, S3 and ADLS tests are ignored because that require RustFS and azurite to be running.
159
159
To run the S3 suite:
160
160
161
161
```bash
@@ -257,7 +257,7 @@ This command spins up the full integration test infrastructure via Docker Compos
257
257
-**Spark** (with Spark Connect)
258
258
-**Iceberg REST Catalog** (using the [`apache/iceberg-rest-fixture`](https://hub.docker.com/r/apache/iceberg-rest-fixture) image)
259
259
-**Hive Metastore**
260
-
-**S3-compatible object storage** (Minio)
260
+
-**S3-compatible object storage** (RustFS)
261
261
262
262
**Spark Example Notebook** (`notebooks/spark_integration_example.ipynb`) is based on the [Spark Getting Started](https://iceberg.apache.org/docs/nightly/spark-getting-started/) guide. This notebook demonstrates how to work with PyIceberg alongside Spark, leveraging the Docker-based testing setup for a complete local development environment.
0 commit comments