HyukjinKwon commented on code in PR #37629:
URL: https://github.com/apache/spark/pull/37629#discussion_r957209840
##########
python/pyspark/broadcast.py:
##########
@@ -246,9 +349,20 @@ def clear(self) -> None:
self._registry.clear()
-if __name__ == "__main__":
+def _test() -> None:
Review Comment:
```suggestion
def _test():
```
This is fine. PySpark only types the public API only :-).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]