vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Call check_signals in the scan to support signal handlers

Open gatesn opened this issue 1 year ago • 1 comments

https://docs.rs/pyo3/latest/pyo3/marker/struct.Python.html#method.check_signals

Ideally, we call this at various points in our Rust code, I think a nice place would be for in the "next" of a record batch reader? This will raise a PyErr if a signal has been caught and allow the program to exit, e.g. ctrl+c

gatesn avatar Nov 22 '24 21:11 gatesn

@delta003 did you ever find a fix for this?

gatesn avatar Apr 14 '25 08:04 gatesn