timsaucer opened a new issue, #1136: URL: https://github.com/apache/datafusion-python/issues/1136
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As a user, if I have written a query that takes a long time, I want to be able to interrupt it so I can make changes for rapid development. Currently, this does not work in jupyter notebooks. Instead you have to terminate the kernel or sometimes the entire jupyter session and restart. **Describe the solution you'd like** - Open a jupyter notebook. - Write a query in datafusion that takes a long time. Usually some operation with multiple sorts, joins, and aggregates. - Press the interrupt key. You should be able to return to the notebook, make changes to the query, and run again without having to terminal the kernel. **Describe alternatives you've considered** None -- 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org