paul-bormans-pcgw commented on issue #11687:
URL: https://github.com/apache/iceberg/issues/11687#issuecomment-2516594753

   I found that the error does not show up when i set the isolation level to 
"snapshot":
   ```
               table = self.catalog.create_table(
                   <...>
                   properties={
                       "gc.enabled": True,
                       "commit.retry.num-retries": 4, 
                       "write.delete.isolation-level": "snapshot", 
                       "write.update.isolation-level": "snapshot",
                       "write.merge.isolation-level": "snapshot",
                   },
   ```


-- 
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

Reply via email to