crepererum commented on PR #5299: URL: https://github.com/apache/arrow-datafusion/pull/5299#issuecomment-1433225951
> LGTM. Have you resolved the `thread::sleep` issue related to the `CoalescePartitionsExec` usage? The test does not seem to suggest that. Not sure what "the `thread::sleep` issue" is, but the sleep is not required to trigger the behavior. If you perform a `thread::sleep` in tokio, you for sure block the entire executor thread during the sleep. This is expected behavior. The test blocks forever without the yield point, so IMHO this fixes the original issue. -- 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]
