RussellSpitzer commented on issue #14093:
URL: https://github.com/apache/iceberg/issues/14093#issuecomment-3309825948

   I can't really help without knowing how your code is written and what 
TableOperations you are using if you can't reproduce.
   
   What should be happening is
   
   Thread 1 Starts Commit with Schema 1
   Thread 2 Commits with Schema 2
   Thread 1 Should now fail, and have to rebase changes based on the metadata 
with Schema 2
   Thread 1 Commits with Schema 1
   
   I could guess maybe your Thread 1 is actually doing a 
   Commit + Set Current Schema to 1 ?


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