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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to