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 67a2ac8 commit 605ed93Copy full SHA for 605ed93
python/pyspark/tests/test_broadcast.py
@@ -80,7 +80,8 @@ def test_broadcast_value_driver_no_encryption(self):
80
self._test_broadcast_on_driver()
81
82
def test_broadcast_value_driver_encryption(self):
83
- self.self._test_broadcast_on_driver(("spark.io.encryption.enabled", "true"))
+ self._test_broadcast_on_driver(("spark.io.encryption.enabled", "true"))
84
+
85
86
class BroadcastFrameProtocolTest(unittest.TestCase):
87
0 commit comments