BryanCutler edited a comment on issue #24298: [SPARK-27276][PYTHON][SQL] Increase minimum version of pyarrow to 0.12.1 and remove prior workarounds URL: https://github.com/apache/spark/pull/24298#issuecomment-485011253 > all spark branches (master, 2.3, 2.4) use the same python2.7 env I forgot about the branches sharing the same env, in that case we definitely don't want to upgrade pyarrow for the 2.3/2.4 branches. I think it's ok if we leave as is, then master will just skip arrow tests for Python 2 and we are still running the same tests with Python 3.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
