You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request removes the expected param check from Hive Metastore. This is fine, as it's not technically needed, HOWEVER, there is a scenario where if Iceberg retries the request, after the first one had been successfully ack'ed by the Hive Metastore it will clobber any more data written.
This failure scenario is now possible explicitly because we are not checking that the data has been modified in Hive Metastore without this env context.