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
Yes, PyIceberg does support concurrent write. Iceberg uses Optimistic Concurrency Control (OCC) which requires failed writers to retry.
Some catalogs, such as rest, has built-in retries. Others might have no it out-of-the-box but you can retry the same way.
Question
Fo ref link
https://iceberg.apache.org/docs/1.6.0/reliability/#concurrent-write-operations
The text was updated successfully, but these errors were encountered: