mengw15 opened a new issue, #4994: URL: https://github.com/apache/texera/issues/4994
### Task Summary Add Lakekeeper and MinIO services to the GitHub Actions CI pipeline so that the Iceberg REST catalog code paths can be exercised end-to-end in CI from both Scala and Python jobs. Today CI runs only against the Postgres-catalog backend; the REST-catalog client has no integration coverage. Lakekeeper requires an S3-compatible backend per warehouse, so MinIO is needed alongside it. Scope (both `scala` and `python` jobs in `.github/workflows/build.yml`): | Step | What | | --- | --- | | MinIO | start container on host network, poll health | | Lakekeeper | run DB migration, start server, poll health | | Warehouse init | create MinIO bucket, bootstrap project, create warehouse with S3 storage profile | | Env vars | set `STORAGE_ICEBERG_CATALOG_TYPE=rest` and REST catalog config for `sbt compile` / `sbt test` / Python tests | ### Priority P2 – Medium ### Task Type - [x] DevOps / Deployment / CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
