dongjoon-hyun commented on code in PR #47809:
URL: https://github.com/apache/spark/pull/47809#discussion_r1734862598
##########
connector/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DB2DatabaseOnDocker.scala:
##########
@@ -18,7 +18,8 @@
package org.apache.spark.sql.jdbc
class DB2DatabaseOnDocker extends DatabaseOnDocker {
- override val imageName = sys.env.getOrElse("DB2_DOCKER_IMAGE_NAME",
"ibmcom/db2:11.5.8.0")
+ override val imageName = sys.env.getOrElse("DB2_DOCKER_IMAGE_NAME",
+ "icr.io/db2_community/db2:11.5.9.0")
Review Comment:
Thank you for this update.
--
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]