dongjoon-hyun commented on pull request #35993: URL: https://github.com/apache/spark/pull/35993#issuecomment-1081197864
All tests passed in https://github.com/apache/spark/pull/35993/commits/24abff91e5c6f7fbcd37a9ea734c820beade4fff and Java linter is fixed at https://github.com/apache/spark/pull/35993/commits/d9ae2cb8031167a84795186b93539b1af873f4b7. The Python linter is irrelevant to this PR. ``` annotations failed mypy checks: [23](https://github.com/dongjoon-hyun/spark/runs/5726920552?check_suite_focus=true#step:15:23) python/pyspark/pandas/ml.py:62: error: Incompatible types in assignment (expression has type "Index", variable has type "MultiIndex") [assignment] [24](https://github.com/dongjoon-hyun/spark/runs/5726920552?check_suite_focus=true#step:15:24) python/pyspark/pandas/frame.py:6133: error: unused "type: ignore" comment [25](https://github.com/dongjoon-hyun/spark/runs/5726920552?check_suite_focus=true#step:15:25) python/pyspark/pandas/frame.py:6292: error: Incompatible types in assignment (expression has type "Index", variable has type "MultiIndex") [assignment] [26](https://github.com/dongjoon-hyun/spark/runs/5726920552?check_suite_focus=true#step:15:26) Found 3 errors in 2 files (checked 325 source files) ``` Merged to master. -- 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]
