HyukjinKwon opened a new pull request, #41086: URL: https://github.com/apache/spark/pull/41086
### What changes were proposed in this pull request? This PR adds a skip for the type check being failed in the build https://github.com/apache/spark/actions/runs/4910498665/jobs/8767736542 ``` starting mypy annotations test... annotations failed mypy checks: python/pyspark/broadcast.py:106: error: Overloaded function implementation does not accept all possible arguments of signature 3 [misc] Found 1 error in 1 file (checked 511 source files) ``` ### Why are the changes needed? To fix the broken build up. ### Does this PR introduce _any_ user-facing change? No, test-only. ### How was this patch tested? CI in this PR should verify them. -- 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]
