Skip to content

Commit 11ba318

Browse files
committed
typo
1 parent 085aef8 commit 11ba318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/shuffle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def _spill(self):
602602
self.spills += 1
603603
gc.collect() # release the memory as much as possible
604604

605-
def _merge_items(self, index, limit=0):
605+
def _merged_items(self, index, limit=0):
606606
size = sum(os.path.getsize(os.path.join(self._get_spill_dir(j), str(index)))
607607
for j in range(self.spills))
608608
# if the memory can not hold all the partition,

0 commit comments

Comments
 (0)