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 3133a60 commit cf1c55eCopy full SHA for cf1c55e
python/pyspark/worker.py
@@ -74,7 +74,7 @@ def main(infile, outfile):
74
_broadcastRegistry[bid] = Broadcast(bid, value)
75
else:
76
bid = - bid - 1
77
- _broadcastRegistry.pop(bid, None)
+ _broadcastRegistry.remove(bid)
78
79
_accumulatorRegistry.clear()
80
command = pickleSer._read_with_length(infile)
0 commit comments