timsaucer commented on PR #1311: URL: https://github.com/apache/datafusion-python/pull/1311#issuecomment-3577855012
From a little investigation I suspect that the `py.check_signals()` is no longer running on the main thread. From the documentation "If the function is called from a non-main thread, or under a non-main Python interpreter, it does nothing yet still returns Ok(())." I wonder if the new `py.detach()` and `py.attach()` from 0.25 -> 0.26 is more than simply name change on the deprecation. -- 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]
