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 2ea9cbc commit 6fef2f1Copy full SHA for 6fef2f1
python/pyspark/taskcontext.py
@@ -94,4 +94,4 @@ def getLocalProperty(self, key):
94
"""
95
Get a local property set upstream in the driver, or None if it is missing.
96
97
- return self._localProperties.get(key, default=None)
+ return self._localProperties.get(key, None)
0 commit comments