-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[FLINK-23028][docs] Improve documentation for pages of SQL. #16070
Conversation
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Automated ChecksLast check on commit 9fef89f (Thu Jun 03 12:23:45 UTC 2021) Warnings:
Mention the bot in a comment to re-run the automated checks. Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
@alpinegizmo @dianfu Could you help me to review this PR? Thank you. |
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've left one suggestion for improving the English.
0bd24ad
to
538cd02
Compare
Co-authored-by: David Anderson <[email protected]>
538cd02
to
5f48224
Compare
@flinkbot run azure |
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 PR! Could you please double-check all of these also in both the Chinese and English versions of those pages and fix it in both? Thank you!
@Airblader Thank you for your suggestions. I did some checking based on your comments, but it seems that the problem described in JIRA has been fixed now. |
@gaoyunhaii Could you help me to review this PR? Thank you. |
DROP CATALOG [IF EXISTS] catalog_name | ||
``` | ||
|
||
删除给定的 catalog name 的 catalog。 |
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.
删除给定名子的 Catalog ?
|
||
**IF EXISTS** | ||
|
||
如果目标 catalog 不存在,则不会生效。 |
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.
则不会生效 => 不会执行任何操作?
Hi @RocMarshal Very thanks for the contribution ! I checked the style fix and it should indeed works. I left two small comments regarding the Chinese description. The other part LGTM. |
@gaoyunhaii Thank you for your review. I made some changes based on your comments. |
Thanks @RocMarshal for the update and LGTM now, and we would still need a committer to finally confirm and merge the PR~ |
Hi, @alpinegizmo @wuchong ,Could you help me to confirm and merge the PR ? Thank you so much for your help. |
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 @RocMarshal ! The PR looks good to me!
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.
And thanks @alpinegizmo and @gaoyunhaii for the review. I will merge this PR~
What is the purpose of the change
Improve documentation for pages of SQL.
Brief change log
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/create/#create-function section.
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/drop/#drop-function section.
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/alter/#alter-function section.
Add the description about drop catalog in the page of https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/drop/ .
Correct 'catloag' of https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/use/#use-catloag
A pure documentation work.
Verifying this change
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/create/#create-function section.
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/drop/#drop-function section.
Correct wrong style in https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/alter/#alter-function section.
Add the description about drop catalog in the page of https://ci.apache.org/projects/flink/flink-docs-master/docs/dev/table/sql/drop/ .
Correct 'catloag' of https://ci.apache.org/projects/flink/flink-docs-master/zh/docs/dev/table/sql/use/#use-catloag
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (yes / no)Documentation