userL0122 opened a new issue, #6831:
URL: https://github.com/apache/paimon/issues/6831

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   1.2
   
   ### Compute Engine
   
   flink1.18
   
   ### Minimal reproduce step
   
   mysql_sync_table
   --warehouse
   --database
   --table
   --primary_keys id
   --mysql_conf hostname=
   --mysql_conf port=
   --mysql_conf username=
   --mysql_conf password=
   --mysql_conf database-name=
   --mysql_conf table-name='cdctest_([0-9]+)?'
   --table_conf changelog-producer=input
   --table_conf bucket=-1
   
   ### What doesn't meet your expectations?
   
   version
   flink1.18
   paimon1.2
   cdc3.2
   
   mysql_sync_table
   --warehouse
   --database
   --table
   --primary_keys id
   --mysql_conf hostname=
   --mysql_conf port=
   --mysql_conf username=
   --mysql_conf password=
   --mysql_conf database-name=
   --mysql_conf table-name='cdctest_([0-9]+)?'
   --table_conf changelog-producer=input
   --table_conf bucket=-1
   
   When starting this task, tables starting with cdctest_ were indeed 
recognized and synchronized. However, if a table starting with cdctest_ is 
added in MySQL without restarting the task, why doesn't it automatically 
recognize and synchronize the table
   
   
   ### 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]

Reply via email to