Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Apr 4, 2024
1 parent 8cc2c7f commit 083b2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/shuffle/_pickle.py
Expand Up @@ -97,7 +97,7 @@ def unpickle_and_concat_dataframe_shards(

parts = list(unpickle_bytestream(b))
# [(input_part_id, index, *blocks), ...]
parts = sorted(parts, key=first)
parts.sort(key=first)
shards = []
for _, idx, *blocks in parts:
axes = [meta.columns, idx]
Expand Down

0 comments on commit 083b2af

Please sign in to comment.