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


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

Review Comment:
   > Driver class name cannot be null -> can't be blank
   
   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