Carl-Zhou-CN commented on code in PR #8323:
URL: https://github.com/apache/seatunnel/pull/8323#discussion_r1893365929
##########
seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/src/main/java/org/apache/seatunnel/connectors/seatunnel/cdc/mysql/source/MySqlIncrementalSourceFactory.java:
##########
@@ -99,9 +108,42 @@ public Class<? extends SeaTunnelSource> getSourceClass() {
TableSource<T, SplitT, StateT> restoreSource(
TableSourceFactoryContext context, List<CatalogTable>
restoreTables) {
return () -> {
+ ReadonlyConfig config = context.getOptions();
+ Optional<String> optional =
config.getOptional(CatalogOptions.TABLE_PATTERN);
Review Comment:
I'm sorry for the misunderstanding in my previous responses,Should it also
conflict with the DATABASE_NAMES parameter?
--
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]