dongjoon-hyun commented on a change in pull request #32631:
URL: https://github.com/apache/spark/pull/32631#discussion_r637477160



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -129,11 +135,21 @@ jobs:
         python3.8 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
         python3.8 -m pip list
     # Run the tests.
+    - name: Install Oracle docker image
+      if: (contains(matrix.modules, 'docker-integration-tests'))
+      run: |
+        pushd /tmp
+        git clone https://github.com/oracle/docker-images.git

Review comment:
       Shall we use `SHA`? Otherwise, this will be another flaky test because 
the branch is out of our control.




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



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

Reply via email to