pfzhan commented on code in PR #2183:
URL: https://github.com/apache/kylin/pull/2183#discussion_r1974652480


##########
src/core-job/src/main/java/org/apache/kylin/job/config/JobMybatisConfig.java:
##########
@@ -109,7 +109,7 @@ public void setupJobTables() throws Exception {
                 jobLockFile = "script/schema_job_lock_h2.sql";
                 database = Database.H2.databaseId;
             } else {
-                String errorMsg = String.format("driver class name = %1, 
should add support", driverClassName);
+                String errorMsg = String.format("driver class name = %s, 
should add support", driverClassName);

Review Comment:
   this has been fixed



-- 
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: issues-unsubscr...@kylin.apache.org

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

Reply via email to