sandynz commented on code in PR #23539:
URL: https://github.com/apache/shardingsphere/pull/23539#discussion_r1068964309


##########
kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/exception/job/MissRequireTargetDatabaseException.java:
##########
@@ -20,6 +20,9 @@
 import 
org.apache.shardingsphere.data.pipeline.core.exception.PipelineSQLException;
 import 
org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.XOpenSQLState;
 
+/**
+ * Miss requre target database exception.
+ */
 public final class MissRequireTargetDatabaseException extends 
PipelineSQLException {

Review Comment:
   `MissRequireTargetDatabaseException` could be 
`MissingRequiredTargetDatabaseException`



##########
kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/exception/job/MissRequireTargetDatabaseException.java:
##########
@@ -20,6 +20,9 @@
 import 
org.apache.shardingsphere.data.pipeline.core.exception.PipelineSQLException;
 import 
org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.XOpenSQLState;
 
+/**
+ * Miss requre target database exception.

Review Comment:
   `Miss` and `requre` could be improved



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