metesynnada commented on issue #5278: URL: https://github.com/apache/arrow-datafusion/issues/5278#issuecomment-1432613406
> Does it make any difference if this is tokio::time::sleep(..).await?? (rather than blocking the task?) It does. I did not put the `tokio::time::sleep(..).await?` since pool_next is a sync method. However, when I remove thread sleep, it worked. What could be the reason for this behavior? -- 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]
