srowen commented on pull request #35983: URL: https://github.com/apache/spark/pull/35983#issuecomment-1083771149
I'm still seeing ... ``` annotations failed mypy checks: python/pyspark/pandas/ml.py:62: error: Incompatible types in assignment (expression has type "Index", variable has type "MultiIndex") [assignment] python/pyspark/pandas/frame.py:6133: error: unused "type: ignore" comment python/pyspark/pandas/frame.py:6292: error: Incompatible types in assignment (expression has type "Index", variable has type "MultiIndex") [assignment] Found 3 errors in 2 files (checked 3[25](https://github.com/zhengruifeng/spark/runs/5751276900?check_suite_focus=true#step:15:25) source files) ``` But I don't think that's related? I wonder if we just need to try tomorrow -- 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]
