itholic commented on PR #40420: URL: https://github.com/apache/spark/pull/40420#issuecomment-1726767540
@dzhigimont Can we just make the CI pass for now? I can help in the follow-ups after merging this one. Seems like the mypy checks is failing for now: ``` starting mypy annotations test... annotations failed mypy checks: python/pyspark/pandas/namespace.py:162: error: Cannot assign multiple types to name "_range" without an explicit "Type[...]" annotation [misc] python/pyspark/pandas/indexes/base.py:2075: error: Unused "type: ignore" comment python/pyspark/pandas/indexes/base.py:2145: error: Unused "type: ignore" comment Found 3 errors in 2 files (checked 703 source files) ``` To resolve them: - [ ] Remove "type: ignore" comment from python/pyspark/pandas/indexes/base.py:2075 - [ ] Remove "type: ignore" comment from python/pyspark/pandas/indexes/base.py:2145 - [ ] Add "# type: ignore" to python/pyspark/pandas/namespace.py:162 -- 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]
