Skip to content

Commit

Permalink
Add the break that commit 4e563b7 deleted
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Vashishtha <[email protected]>
  • Loading branch information
sfc-gh-mvashishtha committed Jan 23, 2024
1 parent a0292a4 commit 4aa3691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/core/dataframe/pandas/dataframe/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,7 @@ def window_function_partition(virtual_partition):
]
)
parts_to_join.append(masked_new_parts)
break
else:
# window continues into next part, so just add this part to parts_to_join
if axis == Axis.COL_WISE:
Expand Down

0 comments on commit 4aa3691

Please sign in to comment.