This is an automated email from the ASF dual-hosted git repository.

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5f73586407 [Improvement-18580][api] Fix typo in DataSourceServiceImpl 
log message (#18581)
5f73586407 is described below

commit 5f73586407a71ec8b14c2802030286c65bb11e4f
Author: mengzhe gan <[email protected]>
AuthorDate: Tue Aug 25 10:26:09 2026 +0800

    [Improvement-18580][api] Fix typo in DataSourceServiceImpl log message 
(#18581)
---
 .../apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
index 5008d700a1..8efb6a9d6a 100644
--- 
a/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
+++ 
b/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
@@ -385,7 +385,7 @@ public class DataSourceServiceImpl extends BaseServiceImpl 
implements DataSource
             try {
                 schema = metaData.getConnection().getSchema();
             } catch (SQLException e) {
-                log.error("Cant not get the schema, datasourceId:{}.", 
datasourceId, e);
+                log.error("Can not get the schema, datasourceId:{}.", 
datasourceId, e);
                 throw new ServiceException(Status.GET_DATASOURCE_TABLES_ERROR);
             }
 

Reply via email to