[GitHub] [spark] Yikun commented on a diff in pull request #37117: [WIP][SPARK-39714][PYTHON] Try to fix the mypy annotation tests

2022-07-11 Thread GitBox
Yikun commented on code in PR #37117: URL: https://github.com/apache/spark/pull/37117#discussion_r918485337 ## python/pyspark/ml/util.py: ## @@ -536,10 +536,8 @@ def __get_class(clazz: str) -> Type[RL]: """ parts = clazz.split(".") module =

[GitHub] [spark] Yikun commented on a diff in pull request #37117: [WIP][SPARK-39714][PYTHON] Try to fix the mypy annotation tests

2022-07-11 Thread GitBox
Yikun commented on code in PR #37117: URL: https://github.com/apache/spark/pull/37117#discussion_r918485337 ## python/pyspark/ml/util.py: ## @@ -536,10 +536,8 @@ def __get_class(clazz: str) -> Type[RL]: """ parts = clazz.split(".") module =