LuciferYang commented on code in PR #43123:
URL: https://github.com/apache/spark/pull/43123#discussion_r1368968449


##########
.github/workflows/build_and_test.yml:
##########
@@ -938,7 +938,7 @@ jobs:
       HIVE_PROFILE: hive2.3
       GITHUB_PREV_SHA: ${{ github.event.before }}
       SPARK_LOCAL_IP: localhost
-      ORACLE_DOCKER_IMAGE_NAME: gvenzl/oracle-xe:21.3.0
+      ORACLE_DOCKER_IMAGE_NAME: gvenzl/oracle-free:23.3

Review Comment:
   Should we backport this patch to branch-3.x? Otherwise, their daily tests 
will use `gvenzl/oracle-free:23.3`, but the test code in branch-3.x still uses 
`gvenzl/oracle-xe:21.3.0`.
   
   It seems that the `OracleIntegrationSuite` in the `Docker integration tests` 
task of the daily tests for branch-3.x has failed recently.
   
   - branch-3.3: 
https://github.com/apache/spark/actions/runs/6609791712/job/17950549755
   - branch-3.4: 
https://github.com/apache/spark/actions/runs/6611049884/job/17954225189
   - branch-3.5: 
https://github.com/apache/spark/actions/runs/6612344747/job/17958021656



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to