Skip to content

Commit

Permalink
undo ray runner change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzwang committed Oct 17, 2024
1 parent 3c69ea1 commit ded9d6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions daft/runners/ray_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,7 @@ def _build_partitions_on_actor_pool(

@ray.remote
class DaftRayActor:
def __init__(
self,
daft_execution_config: PyDaftExecutionConfig,
uninitialized_projection: ExpressionsProjection,
):
def __init__(self, daft_execution_config: PyDaftExecutionConfig, uninitialized_projection: ExpressionsProjection):
self.daft_execution_config = daft_execution_config
partial_stateful_udfs = {
name: psu
Expand Down

0 comments on commit ded9d6f

Please sign in to comment.