HyukjinKwon commented on PR #45416: URL: https://github.com/apache/spark/pull/45416#issuecomment-2002352417
For linter failure at the scheduled job, I think it's because of different Python dependency versions. For example, at least I see one diff ``` Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.9/dist-packages (from mypy==0.920) (4.4.0) ``` https://github.com/apache/spark/actions/runs/8278032972/job/22649628764 (failed) vs ``` Requirement already satisfied: typing-extensions>=3.7.4 in /usr/local/lib/python3.9/dist-packages (from mypy==0.920) (4.10.0) ``` https://github.com/apache/spark/actions/runs/8293729419/job/22699200117 (passed) -- 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]
