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 >
