You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/02/09 00:36:44 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #35434: [SPARK-38136][INFRA][TESTS] Update GitHub Action test image and PyArrow dependency

HyukjinKwon commented on a change in pull request #35434:
URL: https://github.com/apache/spark/pull/35434#discussion_r802174761



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -252,7 +252,7 @@ jobs:
     - name: Install Python packages (Python 3.8)
       if: (contains(matrix.modules, 'sql') && !contains(matrix.modules, 'sql-'))
       run: |
-        python3.8 -m pip install 'numpy>=1.20.0' 'pyarrow<7.0.0' pandas scipy xmlrunner
+        python3.8 -m pip install 'numpy>=1.20.0' pyarrow pandas scipy xmlrunner

Review comment:
       Oh oops, I missed this part. Thanks @dongjoon-hyun for addressing this comment.




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org