Hisoka-X commented on code in PR #5097:
URL: https://github.com/apache/seatunnel/pull/5097#discussion_r1278692039
##########
seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/source/JdbcSource.java:
##########
@@ -93,6 +98,19 @@ public String getPluginName() {
@Override
public void prepare(Config pluginConfig) throws PrepareFailException {
+ CheckResult checkResult =
Review Comment:
Please replace your code to
```java
ConfigValidator.of(config).validate(new JdbcSourceFactory().optionRule());
```
--
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]