You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
1.Improve readability
When I execute flink run $FLINK_HOME/lib/paimon-flink-action-0.9.0.jar mysql_sync_table --help, Poorly readable prompts are output.We need to improve this problem.
Several other actions have the same problem:
Search before asking
Motivation
1.Improve readability
When I execute
flink run $FLINK_HOME/lib/paimon-flink-action-0.9.0.jar mysql_sync_table --help
, Poorly readable prompts are output.We need to improve this problem.Several other actions have the same problem:
2. Remove duplicate prompts from postgres_sync_table
https://github.com/apache/paimon/blob/master/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/postgres/PostgresSyncTableActionFactory.java#L56-L57
Solution
We can add prompt for cdc action to improving the output information.The desired look is as follows:
mysql_sync_table
mysql_sync_database
postgres_sync_table
kafka_sync_table
kafka_sync_database
mongodb_sync_table
mongodb_sync_database
pulsar_sync_table
pulsar_sync_database
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: