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
