Yicong-Huang commented on issue #5325: URL: https://github.com/apache/texera/issues/5325#issuecomment-4615283964
The `get()` is designed to be indefinitely blocking, so that our engine state can be sychronized. python and scala side are the same. if we unblock it with a timeout, the engine may get into the next handling loop which may break other assumptions. It is by design this `get()` can only be stopped through `RUNNABLE_STOP`. -- 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]
