KiranVelumuri commented on code in PR #5641:
URL: https://github.com/apache/hive/pull/5641#discussion_r1997656396
##########
itests/util/src/main/java/org/apache/hadoop/hive/ql/externalDB/MariaDB.java:
##########
@@ -36,7 +36,7 @@ public String getJdbcDriver() {
return "org.mariadb.jdbc.Driver";
}
- public String getDockerImageName() { return "mariadb:10.2"; }
+ public String getDockerImageName() { return "mariadb:11.4"; }
Review Comment:
These changes are part of MySQL and MariaDB upgrade in #5525. Will rebase
once it is merged.
--
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]