Hyukjin Kwon created SPARK-38297: ------------------------------------ Summary: Fix mypy failure on DataFrame.to_numpy in pandas API on Spark Key: SPARK-38297 URL: https://issues.apache.org/jira/browse/SPARK-38297 Project: Spark Issue Type: Test Components: PySpark Affects Versions: 3.3.0 Reporter: Hyukjin Kwon
{code} starting mypy annotations test... annotations failed mypy checks: python/pyspark/pandas/generic.py:585: error: Incompatible return value type (got "Union[ndarray[Any, Any], ExtensionArray]", expected "ndarray[Any, Any]") [return-value] Found 1 error in 1 file (checked 324 source files) 1 {code} https://github.com/apache/spark/runs/5298261168?check_suite_focus=true -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org