You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/01 21:11:13 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

kszucs commented on a change in pull request #6316:
URL: https://github.com/apache/arrow/pull/6316#discussion_r448618127



##########
File path: dev/tasks/tasks.yml
##########
@@ -1833,12 +1833,32 @@ tasks:
         HDFS: 2.9.2
       run: conda-python-hdfs
 
-  test-conda-python-3.7-spark-master:
+  test-conda-python-3.6-spark-2.4.6:
     ci: github
     template: docker-tests/github.linux.yml
     params:
       env:
-        PYTHON: 3.7
+        PYTHON: 3.6
+        SPARK: "v2.4.6"
+      # use the master branch of spark, so prevent reusing any layers
+      run: --no-leaf-cache --env ARROW_PRE_0_15_IPC_FORMAT=1 conda-python-spark
+
+  test-conda-python-3.7-spark-branch-3.0:

Review comment:
       Fixing it.




----------------------------------------------------------------
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