-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] [action] Adding line breaks to action prompts #5039
[feature] [action] Adding line breaks to action prompts #5039
Conversation
" clone --warehouse <warehouse_path> \n" | ||
+ "[--database <database_name>] \n" | ||
+ "[--table <table_name>] \n" | ||
+ "[--catalog_conf <source-paimon-catalog-conf> [--catalog_conf <source-paimon-catalog-conf> ...]] \n" | ||
+ "--target_warehouse <target_warehouse_path> \n" | ||
+ "[--target_database <target_database_name>] \n" | ||
+ "[--target_table <target_table_name>] \n" | ||
+ "[--target_catalog_conf <target-paimon-catalog-conf> [--target_catalog_conf <target-paimon-catalog-conf> ...]] \n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a problem in this format: actually a flink run command should be in 'one line', otherwise we should use a '\' to break line (see https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/deployment/cli/). I think we should add the '\' if we want to break lines for more readable message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your remind!Got it.
@yuzelin please take a look again,thanks! |
+1 |
Purpose
Linked issue: close #5031
Tests
API and Format
Documentation