Eventual-Inc / Daft

Distributed data engine for Python/SQL designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
2.35k stars 166 forks source link

daft.context.set_runner_ray() failing in versions 0.3.11 and 0.3.12 #3285

Closed jaychia closed 1 week ago

jaychia commented 1 week ago

Describe the bug

import daft

daft.context.set_ray_runner()

We had a regression in behavior in these two versions of Daft, where the above would fail with RuntimeError: cannot set runner more than once

To Reproduce

No response

Expected behavior

No response

Component(s)

Ray Runner

Additional context

A fix is being merged for v0.3.13: #side

samster25 commented 1 week ago

@jaychia @colin-ho is this fixed now?

colin-ho commented 1 week ago

Yes. In 0.3.13