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


##########
.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:
   > Or can we use a solution similar to #43306?
   > 
   > For example, for branch-3.x, explicitly add the environment variable 
`ORACLE_DOCKER_IMAGE_NAME` like
   > 
   > ```
   > envs: >-
   >         {
   >           "SCALA_PROFILE": "scala2.13",
   >           "PYTHON_TO_TEST": "",
   >           "ORACLE_DOCKER_IMAGE_NAME": "gvenzl/oracle-xe:21.3.0"
   >         }
   > ```
   
   Hmm... Are we sure that this method can't override this environment 
variable? If possible, this solution would be relatively simple ... 
@HyukjinKwon 
   
   



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