shaneknapp commented on issue #27529: [SPARK-30777][PYTHON][TESTS] Fix test failures for Pandas >= 1.0.0 URL: https://github.com/apache/spark/pull/27529#issuecomment-586056059 for 2.4, python 3.6.8: ''' -bash-4.1$ python -c "import pandas; import pyarrow; print('pandas: %s' % pandas.__version__); print('pyarrow: %s' % pyarrow.__version__)" pandas: 0.19.2 pyarrow: 0.8.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. 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]
