Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.82k stars 113 forks source link

Automatically use the Ray Runner if we detect that Ray has been initialized #2260

Open jaychia opened 1 month ago

jaychia commented 1 month ago

Is your feature request related to a problem? Please describe.

The current behavior is to log a warning, but we should perhaps just automatically use the Ray Runner if we detect that ray.init has been called.

The user should still be able to override this behavior by setting use_runner_py directly though.