gaogaotiantian commented on PR #56279: URL: https://github.com/apache/spark/pull/56279#issuecomment-4605885178
Hmm, I don't think we should do this. The fix in https://github.com/apache/spark/pull/56280 is not ideal (also it does not match the title description, it actually pinned the version to 3.0.0.x). So mypy lint is tricky, we want the github action lint check to do the same as our local environment. Spark does not support pandas 3 at this point, so upgrading `pandas-stub` to 3.0+ is wrong (of course unpin is bad too). We should pin the `pandas-stub` and `pandas` version to `<3.0` on our lint image. -- 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]
