You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bump rust-version to match upstream datafusion
* use std::sync::OnceLock to store tokio runtime instead of round-tripping to python
* stop exporting TokioRuntime to python
* remove unused argument from get_tokio_runtime
* remove superflous Arc from get_tokio_runtime
* add #[inline] annotation to get_tokio_runtime
I also included a reference comment in case future users experience problems with
using datafusion-python behind a forking app server l ike `gunicorn`.
* fix clippy lint
* cargo fmt
0 commit comments