MaxGekk commented on pull request #35607: URL: https://github.com/apache/spark/pull/35607#issuecomment-1048554196
@HyukjinKwon Is this known issue? One GA is failing with this but I do believe it is not related to my changes. ``` 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 3[24](https://github.com/MaxGekk/spark/runs/5294084279?check_suite_focus=true#step:15:24) source files) 1 Error: Process completed with exit code 1. ``` -- 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]
