dzhigimont commented on PR #40420: URL: https://github.com/apache/spark/pull/40420#issuecomment-1527398713
> Could you resolve mypy check? You can run the static analysis by running `dev/lint-python` locally. @itholic I've fixed the issue with mypy in my changes, but I still see three problems that don't relate to changes. Should I fix them? ``` 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:2093: error: unused "type: ignore" comment python/pyspark/pandas/indexes/base.py:2163: error: unused "type: ignore" comment Found 3 errors in 2 files (checked 507 source files) ``` -- 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]
