iatkinson opened a new pull request, #2546:
URL: https://github.com/apache/iceberg-python/pull/2546

   # Rationale for this change
   
   `ExecutorFactor` can be left in an invalid state, which causes new `submit` 
calls to hang indefinitely in multiprocessing.  
https://github.com/apache/iceberg-python/issues/2545.  
   
   This PR detects when the executor is used in a new process and creates a new 
instance
   
   ## Are these changes tested?
   
   Yes, new tests added to `test_concurrent.py`
   
   ## Are there any user-facing changes?
   
   No
   


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