HyukjinKwon commented on code in PR #37210:
URL: https://github.com/apache/spark/pull/37210#discussion_r923962474


##########
python/pyspark/ml/wrapper.py:
##########
@@ -264,7 +264,7 @@ def _to_java(self) -> "JavaObject":
         return self._java_obj
 
     @staticmethod
-    def _from_java(java_stage: "JavaObject") -> "JP":
+    def _from_java(java_stage: "JavaObject") -> "JP":  # type: ignore[type-var]

Review Comment:
   Let's link it to the PR title, and also please take a look at 
https://github.com/apache/spark/pull/37210/checks?check_run_id=7379165026



-- 
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]

Reply via email to