You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "zhangjun0x01 (via GitHub)" <gi...@apache.org> on 2023/08/06 14:03:20 UTC

[GitHub] [incubator-paimon] zhangjun0x01 opened a new issue, #1742: [Bug] the database sync action can not deal the table with same name in different database

zhangjun0x01 opened a new issue, #1742:
URL: https://github.com/apache/incubator-paimon/issues/1742

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   master 
   
   ### Compute Engine
   
   flink
   
   ### Minimal reproduce step
   
   now ,  in database sync action , the `--including-tables` and `--excluding-tables` only can be set by  table name, but when we have the same table name in  different  database , it can not be deal.
   
   for example ,  we have a `user` table in `db1` and `db2`, they have different business logic, if the user only want to sync `db1.user` , and do not sync `db2.user` ,  he will not be able to handle it  by set `--including-tables` and `--excluding-tables` 
   
   ### What doesn't meet your expectations?
   
   change `--including-tables` and `--excluding-tables`  to `db.table` format so that users can accurately specify db and table
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] 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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] yuzelin closed issue #1742: [Bug] the database sync action can not deal the table with same name in different database

Posted by "yuzelin (via GitHub)" <gi...@apache.org>.
yuzelin closed issue #1742: [Bug] the  database sync action can not deal the table with same name in different database
URL: https://github.com/apache/incubator-paimon/issues/1742


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] the database sync action can not deal the table with same name in different database [paimon]

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi closed issue #1742: [Bug] the  database sync action can not deal the table with same name in different database
URL: https://github.com/apache/paimon/issues/1742


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org