paleolimbot opened a new issue, #236: URL: https://github.com/apache/sedona-db/issues/236
There's a great guide on how to enable free-threaded support here: https://pyo3.rs/v0.26.0/free-threading.html ...for us that mostly means protecting the SedonaContext and DataFrame with locks and using `Python::attach()` instead of `with_gil()`. After #228 this in theory opens up Python UDFs that are executed in parallel. -- 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]
