dongjoon-hyun commented on code in PR #43858:
URL: https://github.com/apache/spark/pull/43858#discussion_r1398094920


##########
python/pyspark/sql/functions/builtin.py:
##########
@@ -72,7 +72,7 @@
         UserDefinedFunctionLike,
     )
 
-if _has_numpy:  # type: ignore[has-type]
+if _has_numpy:

Review Comment:
   Oh, this seems to make another issue.
   ```
   starting mypy examples test...
   examples failed mypy checks:
   python/pyspark/sql/functions/builtin.py:75: error: Cannot determine type of 
"has_numpy"  [has-type]
   Found 1 error in 1 file (checked 101 source files)
   ```



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