-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-18385][docs-zh] Translate "DataGen SQL Connector" page into Chinese #12730
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
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 2e3e59a (Sun Jun 21 04:02:35 UTC 2020) ✅no 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. DetailsThe 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:
|
| <td style="word-wrap: break-word;">random</td> | ||
| <td>String</td> | ||
| <td>Generator of this '#' field. Can be 'sequence' or 'random'.</td> | ||
| <td>生成器的 '#' 字段。可以是 'sequence' 或 'random'。</td> |
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.
| <td>生成器的 '#' 字段。可以是 'sequence' 或 'random'。</td> | |
| <td>指定 '#' 字段的生成器。可以是 'sequence' 或 'random'。</td> |
|
|
||
| The boundedness of table: when the generation of field data in the table is completed, the reading | ||
| is finished. So the boundedness of the table depends on the boundedness of fields. | ||
| 表的有界性:表中字段的数据生成完成后,就读取完成。 因此,表的有界性取决于字段的有界性。 |
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.
| 表的有界性:表中字段的数据生成完成后,就读取完成。 因此,表的有界性取决于字段的有界性。 | |
| 表的有界性:当表中字段的数据全部生成完成后,source 就结束了。 因此,表的有界性取决于字段的有界性。 |
wuchong
left a comment
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 the contribution @springMoon . Will merge this.
What is the purpose of the change
Translate "DataGen SQL Connector" page into Chinese.
The page url is https://ci.apache.org/projects/flink/flink-docs-master/zh/dev/table/connectors/datagen.html
The markdown file is located in flink/docs/dev/table/connectors/datagen.zh.md
Brief change log
flink/docs/dev/table/connectors/datagen.zh.md.Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
Does this pull request potentially affect one of the following parts:
@Public(Evolving): noDocumentation