We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f130fbc commit 805ed8cCopy full SHA for 805ed8c
distributed/shuffle/_pickle.py
@@ -97,7 +97,7 @@ def unpickle_and_concat_dataframe_shards(
97
98
parts = list(unpickle_bytestream(b))
99
# [(input_part_id, index, *blocks), ...]
100
- parts = sorted(parts, key=first)
+ parts.sort(key=first)
101
shards = []
102
for _, idx, *blocks in parts:
103
axes = [meta.columns, idx]
0 commit comments