Abyss-lord commented on code in PR #8405:
URL: https://github.com/apache/gravitino/pull/8405#discussion_r2332104927


##########
common/src/main/java/org/apache/gravitino/utils/JdbcUrlUtils.java:
##########
@@ -68,18 +69,19 @@ private JdbcUrlUtils() {
    * @param all the JDBC configuration properties
    */
   public static void validateJdbcConfig(String driver, String url, Map<String, 
String> all) {
+    Preconditions.checkArgument(driver != null, "Driver class name cannot be 
null");

Review Comment:
   Fix



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

Reply via email to