timsaucer commented on PR #1311: URL: https://github.com/apache/datafusion-python/pull/1311#issuecomment-3589615536
I've done some more testing. I went in and removed the `pyarrow` feature from our arrow dependency (and then did a nasty hack to comment out all our parts of code that used it) to run the test with DF50 but pyo3 0.26. It passed. Then I bumped DF50 + Arrow 57 and got the same stalling behavior we're finding now. I *do* think we've found that the signal catching isn't working exactly like we thought it was. But I also think it's worth taking a look at the changelogs for arrow and datafusion. -- 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]
