yulei0824 opened a new issue, #331: URL: https://github.com/apache/doris-flink-connector/issues/331
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master branch flink-doris-connector-1.18-1.6.0-SNAPSHOT.jar ### What's Wrong? The options --table-prefix and --table-suffix are invalid. ### What You Expected? The options --table-prefix and --table-suffix are valid. ### How to Reproduce? Execute the following command: flink run --target yarn-per-job --detached -c org.apache.doris.flink.tools.cdc.CdcTools flink-doris-connector-1.18-1.6.0-SNAPSHOT.jar mysql-sync-database --database db1 --table-prefix p1 --table-suffix s1 --single-sink --mysql-conf hostname=mysql.host --mysql-conf port=8888 --mysql-conf username=r1 --mysql-conf password=xxxx --mysql-conf database-name=db1 --including-tables "cdc_test_[0-9]+" --sink-conf fenodes=feh1:8030 --sink-conf username=test --sink-conf password=ddddd --sink-conf jdbc-url=jdbc:mysql://feh1:9030 --sink-conf sink.label-prefix=test0001 --table-conf replication_num=1 The --table-prefix and --table-suffix are invalid. ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org