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/08 08:09:31 UTC

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

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



##########
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:
       I saw in the description it said `numpy 1.22.2`. This seems only asking for 1.20.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.

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