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
From my understanding, all these data lakes are designed to provide atomic transactions and therefore solve the problem of concurrent modification.
However, #17975 only partially solve it in a best effort way. Is it possible to completely solve it, for example, by compare-and-set the Iceberg's metadata version atomically?
The text was updated successfully, but these errors were encountered: