peng-xin opened a new issue, #7581: URL: https://github.com/apache/paimon/issues/7581
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version paimon-flink-1.20-1.2.0.jar ### Compute Engine flink-dist-1.20.3.jar ### Minimal reproduce step Using an empty warehouse and database: When consuming a topic with multiple tables, only one table is automatically created; the others will report a non-existent error. If the other tables are created manually, the task will execute normally. ### What doesn't meet your expectations? If each topic has only one table, the task can be executed normally, and all tables will be created automatically. ### Anything else? Does a parameter exist that can handle a single topic (containing multiple tables) and automatically create all tables? ### 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]
