amaliujia commented on PR #38278: URL: https://github.com/apache/spark/pull/38278#issuecomment-1281091699
wired that seeing ``` Run PYTHON_EXECUTABLE=python3.9 ./dev/lint-python starting python compilation test... python compilation succeeded. starting black test... black checks passed. starting flake8 test... flake8 checks passed. starting mypy annotations test... annotations failed mypy checks: python/pyspark/sql/connect/plan.py:325: error: unused "type: ignore" comment python/pyspark/sql/connect/plan.py:327: error: unused "type: ignore" comment python/pyspark/sql/connect/plan.py:331: error: unused "type: ignore" comment python/pyspark/sql/connect/plan.py:342: error: unused "type: ignore" comment python/pyspark/sql/connect/plan.py:346: error: unused "type: ignore" comment python/pyspark/sql/connect/plan.py:348: error: unused "type: ignore" comment Found 6 errors in 1 file (checked 366 source files) 1 ``` not seeing this from local mypy check. -- 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]
