[MINOR][FOLLOWUP] Update SHA for the oracle docker image

### What changes were proposed in this pull request?

This PR updates SHA for the oracle docker image in the comment in `OracleIntegrationSuite` and `v2.OracleIntegrationSuite`.
The SHA for the latest image is `3f422c4a35b423dfcdbcc57a84f01db6c82eb6c1`

### Why are the changes needed?

The script name for creating the oracle docker image is changed in #32629, following the latest image so we also need to update the corresponding SHA.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

The value is from `git log`.

Closes #32630 from sarutak/followup-oracle-script-name.

Authored-by: Kousuke Saruta <sarutak@oss.nttdata.com>
Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
This commit is contained in:
Kousuke Saruta 2021-05-22 19:52:24 -07:00 committed by Dongjoon Hyun
parent 594ffd2db2
commit a59a214610
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ import org.apache.spark.tags.DockerTest
* An actual sequence of commands to run the test is as follows
*
* $ git clone https://github.com/oracle/docker-images.git
* // Head SHA: 3e352a22618070595f823977a0fd1a3a8071a83c
* // Head SHA: 3f422c4a35b423dfcdbcc57a84f01db6c82eb6c1
* $ cd docker-images/OracleDatabase/SingleInstance/dockerfiles
* $ ./buildContainerImage.sh -v 18.4.0 -x
* $ export ORACLE_DOCKER_IMAGE_NAME=oracle/database:18.4.0-xe

View file

@ -41,7 +41,7 @@ import org.apache.spark.tags.DockerTest
* An actual sequence of commands to run the test is as follows
*
* $ git clone https://github.com/oracle/docker-images.git
* // Head SHA: 3e352a22618070595f823977a0fd1a3a8071a83c
* // Head SHA: 3f422c4a35b423dfcdbcc57a84f01db6c82eb6c1
* $ cd docker-images/OracleDatabase/SingleInstance/dockerfiles
* $ ./buildContainerImage.sh -v 18.4.0 -x
* $ export ORACLE_DOCKER_IMAGE_NAME=oracle/database:18.4.0-xe