Skip to content

Commit

Permalink
Update modin/core/storage_formats/pandas/query_compiler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anmyachev authored Nov 6, 2023
1 parent 012aa39 commit 8e4ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/core/storage_formats/pandas/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def map_func(

if kwargs["how"] == "left":
partition_idx = service_kwargs["partition_idx"]
if partition_idx and len(axis_lengths):
if len(axis_lengths):
if not keep_index_or_not(left, right):
# Doesn't work for "inner" case, since the partition sizes of the
# left dataframe may change
Expand Down

0 comments on commit 8e4ec62

Please sign in to comment.