The PR [1] has been merged. This again, Gabor! The change will be reflected in the `latest` tag of `apache/iceberg-rest-fixture` image [2] on the next nightly build.
Best, Kevin Liu [1] https://github.com/apache/iceberg/pull/14724 [2] https://hub.docker.com/r/apache/iceberg-rest-fixture/tags On Wed, Dec 3, 2025 at 9:20 AM Kevin Liu <[email protected]> wrote: > Thanks Gabor. This change aligns the reference implementation with the IRC > spec. It is a behavior change for the `iceberg-rest-fixture` image we > vend out to the other iceberg subprojects so thanks for raising a > discussion thread. > > I have tested it locally and verified the new 204 behavior. > LGTM! > > Best, > Kevin Liu > > On Wed, Dec 3, 2025 at 2:55 AM Gábor Kaszab <[email protected]> > wrote: > >> Hey Iceberg Community, >> >> I'd like to draw your attention to a recent change I made on the >> reference IRC implementation. There are cases where the spec requires 204 >> to indicate success (e.g. tableExists, dropTable, etc.) but the reference >> IRC returns 200 instead. This PR >> <https://github.com/apache/iceberg/pull/14724> changes the returned >> status code from 200 to 204 to comply with the spec. >> >> Before merging the PR let's see if there are any objections here and >> merge if no one is against. >> >> Thank you! >> Gabor >> >
