www2388258980 opened a new issue, #1017: URL: https://github.com/apache/incubator-paimon/issues/1017
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation 文档: https://paimon.apache.org/docs/master/how-to/cdc-ingestion/ 贴源层和数据库表名可能不一致,一般都会存在一个统一的前缀标明一个业务系统, 所以cdc整库的同步的时候,能不能增加一个前缀配置选项,判断表不存在的时候是'前缀+表名的的形式. eg: --table-conf table_prefix=src_public_ 判断表名的时候,采用'src_public_xxx'的形式,如果不存在,也采用'src_public_xxx'的形式创建 ### Solution _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
