SbloodyS commented on code in PR #18581:
URL:
https://github.com/apache/dolphinscheduler/pull/18581#discussion_r3836250440
##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java:
##########
@@ -385,7 +385,7 @@ public List<ParamsOptions> getTables(User loginUser,
Integer datasourceId, Strin
try {
schema = metaData.getConnection().getSchema();
} catch (SQLException e) {
- log.error("Cant not get the schema, datasourceId:{}.",
datasourceId, e);
+ log.error("Cannot get the schema, datasourceId:{}.",
datasourceId, e);
Review Comment:
```suggestion
log.error("Can not get the schema, datasourceId:{}.",
datasourceId, e);
```
--
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]