Closed jaychia closed 1 week ago
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
RuntimeError: cannot set runner more than once
No response
Ray Runner
A fix is being merged for v0.3.13: #side
@jaychia @colin-ho is this fixed now?
Yes. In 0.3.13
Describe the bug
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