Skip to content

Commit 044b478

Browse files
committed
Merge pull request apache#57 from Shopify/do_not_shrink_shuffle_batch_size
Do not shrink shuffle batch size
2 parents b68a83b + 85db5cc commit 044b478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/pyspark/shuffle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ def load(f):
513513
chunks.append(load(open(path, 'rb')))
514514
current_chunk = []
515515
gc.collect()
516-
batch //= 2
517516
limit = self._next_limit()
518517
MemoryBytesSpilled += max(used_memory - get_used_memory(), 0) << 20
519518
DiskBytesSpilled += os.path.getsize(path)

0 commit comments

Comments
 (0)