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 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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to