HyukjinKwon commented on PR #36034: URL: https://github.com/apache/spark/pull/36034#issuecomment-1091014709
@itholic the CI seems failing: ``` starting mypy annotations test... annotations failed mypy checks: python/pyspark/pandas/usage_logging/__init__.py:127: error: Argument 4 to "_attach" has incompatible type "List[Tuple[object, Type[object]]]"; expected "List[Tuple[Type[Any], Type[Any]]]" [arg-type] Found 1 error in 1 file (checked 330 source files) ``` Mind fixing this? -- 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]
