HyukjinKwon commented on pull request #32906: URL: https://github.com/apache/spark/pull/32906#issuecomment-860746865
FWIW, for `branch-3.1`, I think we're using: - (Python 3.8) Use PyArrow **2.x** in pandas UDF tests in SQL side - (Python 3.6) Use PyArrow **2.x** in PySpark tests - (Python 3.8) Use PyArrow **2.x** in PySpark tests Maybe I will change it to something like: - (Python 3.8) Use PyArrow **4.x** in pandas UDF tests in SQL side - (Python 3.6) Use PyArrow **3.x** in PySpark tests - (Python 3.8) Use PyArrow **2.x** in PySpark tests ? I will create another PR later. -- 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]
