cxzl25 commented on pull request #29605: URL: https://github.com/apache/spark/pull/29605#issuecomment-685761467
I saw the last backport to the pr of 2.4, and the log of the github action result also reported a similar error pyspark ArrowTest. https://github.com/apache/spark/runs/1044010610 The java arrow version of the master branch is 0.15.1, and the version of the 2.4 branch is 0.10.0. `Build_and_test.yml` did not specify the pyarrow version when pip was installed, so the version that may be installed is the latest 1.0.1 version. I am not sure if the incompatibility between 0.10 and 1.0.1 caused the check to fail. I see that the pyspark test on jenkins is passed. I try to submit and trigger another jenkins test. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
