The GitHub Actions job "Go Integration" on iceberg-go.git/main has failed.
Run started by GitHub user zeroshade (triggered by zeroshade).

Head commit for run:
b4d620a316e29d4891304290519fb951fc8bab1d / Lovro Mažgon <[email protected]>
feat(rest): add support staged table creation in REST catalog (#754)

This PR adds support for two-phase staged table creation in a REST
catalog via the new `WithStagedUpdates` option. When staged updates are
present (e.g. `assign-uuid`, `add-snapshot`, `set-snapshot-ref`), the
REST catalog sends a create request with `stage-create=true`, then
commits via `CommitTable` with `assert-create` + all updates atomically.

There's a few minor additional fixes sneaked into this PR:
- Map HTTP status 500/502/503/504 on `CommitTable` and `UpdateTable` to
`ErrCommitStateUnknown` (matching Java's error mapping)
- Remove dead code in `CommitTable`
- Fix `make lint-install` target (missing v2)

Report URL: https://github.com/apache/iceberg-go/actions/runs/22451179490

With regards,
GitHub Actions via GitBox

Reply via email to