EMsnap commented on code in PR #6820:
URL: https://github.com/apache/inlong/pull/6820#discussion_r1046694001
##########
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/table/JdbcDynamicTableFactory.java:
##########
@@ -219,6 +250,40 @@ public DynamicTableSource createDynamicTableSource(Context
context) {
physicalSchema);
}
+ private void validateSinkMultiple(boolean multipleSink, String
sinkMultipleFormat,
+ String databasePattern, String schemaPattern, String tablePattern)
{
+ if (multipleSink) {
Review Comment:
use guard code pls
--
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]