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 2020/10/20 22:30:48 UTC

[GitHub] [spark] BryanCutler commented on a change in pull request #30111: [SPARK-33189][PYTHON][TESTS] Add env var to tests for legacy nested timestamps in pyarrow

BryanCutler commented on a change in pull request #30111:
URL: https://github.com/apache/spark/pull/30111#discussion_r508878495



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -136,7 +136,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 'pyarrow<2.0.0' pandas scipy xmlrunner
+        python3.8 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner

Review comment:
       This should be ok to bump now since Arrow is following semantic versioning now

##########
File path: .github/workflows/build_and_test.yml
##########
@@ -136,7 +136,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 'pyarrow<2.0.0' pandas scipy xmlrunner
+        python3.8 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner

Review comment:
       This should be ok to bump since Arrow is following semantic versioning now




----------------------------------------------------------------
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:
users@infra.apache.org



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