Yikun commented on pull request #34717: URL: https://github.com/apache/spark/pull/34717#issuecomment-981564669
As a conclusion in here: - before v1.0.1: test failed due to https://github.com/apache/spark/pull/34717#issuecomment-981182023 https://github.com/apache/spark/pull/34717#issuecomment-981182023 - before v1.0.5: test failed due to https://github.com/apache/spark/pull/34717#issuecomment-981463864 - There are only a precision problem on v1.0.5, so just add `almost=True` to `assert_eq`, we can fix the testcase So, I bump minimum pandas version to v1.0.5, the v1.0.5 is also the latest version of [Pandas verions 1.0](https://pandas.pydata.org/docs/whatsnew/index.html#version-1-0). -- 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]
