Skip to content

Commit

Permalink
Fix PartitionTaskBuilder as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Oct 17, 2023
1 parent ac48c5f commit 0a48456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/execution/execution_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def finalize_partition_task_multi_output(self) -> MultiOutputPartitionTask[Parti
def __str__(self) -> str:
return (
f"PartitionTaskBuilder\n"
f" Inputs: {self.inputs}\n"
f" Inputs: <{len(self.inputs)} partitions>\n"
f" Resource Request: {self.resource_request}\n"
f" Instructions: {[i.__class__.__name__ for i in self.instructions]}"
)
Expand Down

0 comments on commit 0a48456

Please sign in to comment.