panbingkun commented on PR #45416: URL: https://github.com/apache/spark/pull/45416#issuecomment-2002436837
> For [#45416 (comment)](https://github.com/apache/spark/pull/45416#issuecomment-2002352417), it is because we use the cached image from the master branch. So we explicitly overwrite the Python dependencies for linter jobs (https://github.com/apache/spark/blob/master/.github/workflows/build_and_test.yml#L682-L688). TL;DR, for scheduled jobs, it uses the cached image for `master` branch. In this case, we should pin the dependencies at `master` branch to remove the version diff, cc @panbingkun can you followup this please? > > For [#45416 (comment)](https://github.com/apache/spark/pull/45416#issuecomment-2002353686), I commented at [#45545 (comment)](https://github.com/apache/spark/pull/45545#issuecomment-2002355919). TL;DR, In this case, it uses the cached image for the branch itself. It should be fixed if we backport corresponding commits I pointed out in the comment. Thank you very much for your explanation @HyukjinKwon Okay, let me try. -- 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]
