dongjoon-hyun commented on PR #57163: URL: https://github.com/apache/spark/pull/57163#issuecomment-4930211909
Ya, as mentioned in the above, `mypy` seems to complain. ``` starting mypy annotations test... annotations failed mypy checks: Error: python/pyspark/sql/streaming/stateful_processor_api_client.py:64: error: Item "None" of Module | None has no attribute "generic" [union-attr] python/pyspark/worker.py:2114: note: By default the bodies of untyped functions are not checked, consider using --check-untyped-defs [annotation-unchecked] Found 1 error in 1 file (checked 1243 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]
