kevinjqliu commented on issue #1305: URL: https://github.com/apache/iceberg-python/issues/1305#issuecomment-2465274731
the write process rely on the catalog's atomic swap to guarantee serializable isolation. Multiple threads can call `append` but only one will succeed at a time, the others have to retry the commit https://iceberg.apache.org/spec/?h=concurrency#optimistic-concurrency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org