kevinjqliu commented on issue #1682: URL: https://github.com/apache/iceberg-python/issues/1682#issuecomment-2669237929
Yes, PyIceberg does support concurrent write. Iceberg uses Optimistic Concurrency Control (OCC) which requires failed writers to retry. Some catalogs, such as [rest](https://github.com/apache/iceberg-python/blob/efc8b5ac0f16717f776e034ecf9a9e9bdabd8424/pyiceberg/catalog/rest.py#L748-L749), has built-in retries. Others might have no it out-of-the-box but you can retry the same way. -- 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