From 2ee47f75c54ef7b398cf20dfeeb7be5b866229ad Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:52:40 -0500
Subject: [PATCH 01/10] [hotfix] Fixed misspelled usage of 'happend' to
'happened'
---
_posts/2021-04-29-release-1.12.3.md | 2 +-
content/blog/feed.xml | 2 +-
content/gettinghelp.html | 2 +-
content/news/2021/04/29/release-1.12.3.html | 2 +-
gettinghelp.md | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/_posts/2021-04-29-release-1.12.3.md b/_posts/2021-04-29-release-1.12.3.md
index 53eb745b24..8770b8e8e0 100644
--- a/_posts/2021-04-29-release-1.12.3.md
+++ b/_posts/2021-04-29-release-1.12.3.md
@@ -77,7 +77,7 @@ List of resolved issues:
[FLINK-21431] - UpsertKafkaTableITCase.testTemporalJoin hang
-[FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happend
+[FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happened
[FLINK-21497] - JobLeaderIdService completes leader future despite no leader being elected
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index 5bec2a8070..c5da64d935 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -3409,7 +3409,7 @@ zhushang, zhuxiaoshang, Zhu Zhu, zjuwangg, zoucao, zoudan, 左元, 星, 肖佳
</li>
<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21431">FLINK-21431</a>] - UpsertKafkaTableITCase.testTemporalJoin hang
</li>
-<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21434">FLINK-21434</a>] - When UDAF return ROW type, and the number of fields is more than 14, the crash happend
+<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21434">FLINK-21434</a>] - When UDAF return ROW type, and the number of fields is more than 14, the crash happened
</li>
<li>[<a href="https://issues.apache.org/jira/browse/FLINK-21497">FLINK-21497</a>] - JobLeaderIdService completes leader future despite no leader being elected
</li>
diff --git a/content/gettinghelp.html b/content/gettinghelp.html
index 8af8eafb0c..194f84f30f 100644
--- a/content/gettinghelp.html
+++ b/content/gettinghelp.html
@@ -252,7 +252,7 @@ Found a Bug?
If you observe an unexpected behavior that might be caused by a bug, you can search for reported bugs or file a bug report in Flink’s JIRA.
-If you are unsure whether the unexpected behavior happend due to a bug or not, please post a question to the user mailing list.
+If you are unsure whether the unexpected behavior happened due to a bug or not, please post a question to the user mailing list.
Got an Error Message?
diff --git a/content/news/2021/04/29/release-1.12.3.html b/content/news/2021/04/29/release-1.12.3.html
index daabba229e..858d02390d 100644
--- a/content/news/2021/04/29/release-1.12.3.html
+++ b/content/news/2021/04/29/release-1.12.3.html
@@ -267,7 +267,7 @@ Bug
[FLINK-21431] - UpsertKafkaTableITCase.testTemporalJoin hang
-[FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happend
+[FLINK-21434] - When UDAF return ROW type, and the number of fields is more than 14, the crash happened
[FLINK-21497] - JobLeaderIdService completes leader future despite no leader being elected
diff --git a/gettinghelp.md b/gettinghelp.md
index 4fd04efc92..044ee63109 100644
--- a/gettinghelp.md
+++ b/gettinghelp.md
@@ -34,7 +34,7 @@ Many members of the Flink community are active on [Stack Overflow](https://stack
If you observe an unexpected behavior that might be caused by a bug, you can search for reported bugs or file a bug report in [Flink's JIRA](https://issues.apache.org/jira/issues/?jql=project %3D FLINK).
-If you are unsure whether the unexpected behavior happend due to a bug or not, please post a question to the [user mailing list](#user-mailing-list).
+If you are unsure whether the unexpected behavior happened due to a bug or not, please post a question to the [user mailing list](#user-mailing-list).
## Got an Error Message?
From 26e3a3742da712d8215c20d549d227675da94f13 Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:53:42 -0500
Subject: [PATCH 02/10] [hotfix] Fixed verbiage of 'Having a Question?' to
'Have a Question' along with links
---
content/gettinghelp.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/gettinghelp.html b/content/gettinghelp.html
index 194f84f30f..fc4833df2f 100644
--- a/content/gettinghelp.html
+++ b/content/gettinghelp.html
@@ -200,7 +200,7 @@ Getting Help
-Having a Question?
+Have a Question?
The Apache Flink community answers many user questions every day. You can search for answers and advice in the archives or reach out to the community for help and guidance.
From 304b2700c8a867195d9f4b51f71b3ce5652d7f64 Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:55:17 -0500
Subject: [PATCH 03/10] [hotfix] Removed unnecessary 'there' for clarity
---
community.md | 2 +-
content/community.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/community.md b/community.md
index fbf9fa999e..a860303be1 100644
--- a/community.md
+++ b/community.md
@@ -149,7 +149,7 @@ If you send us an email with a code snippet, make sure that:
Committers are watching [Stack Overflow](http://stackoverflow.com/questions/tagged/apache-flink) for the [apache-flink](http://stackoverflow.com/questions/tagged/apache-flink) tag.
-Make sure to tag your questions there accordingly to get answers from the Flink community.
+Make sure to tag your questions accordingly to get answers from the Flink community.
## Issue Tracker
diff --git a/content/community.html b/content/community.html
index e9b1c8bd17..e6d37b467c 100644
--- a/content/community.html
+++ b/content/community.html
@@ -375,7 +375,7 @@ Stack Overflow
Committers are watching Stack Overflow for the apache-flink tag.
-Make sure to tag your questions there accordingly to get answers from the Flink community.
+Make sure to tag your questions accordingly to get answers from the Flink community.
Issue Tracker
From e2cbdd785077abdadd0f7d9e70e1370b3cea98dc Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:56:55 -0500
Subject: [PATCH 04/10] [hotfix] Fixed misspelled usage of 'intrgrations' to
'integrations'
---
content/roadmap.html | 2 +-
roadmap.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/roadmap.html b/content/roadmap.html
index 17047302fd..e202ddc937 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -307,7 +307,7 @@
- Change-Data-Capture: Capturing a stream of data changes, directly from databases, by attaching to the
-transaction log. The community is adding more CDC intrgrations.
+transaction log. The community is adding more CDC integrations.
- External CDC connectors: https://flink-packages.org/packages/cdc-connectors
- Background: FLIP-105
diff --git a/roadmap.md b/roadmap.md
index bedd48fc03..ef384da2c9 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -85,7 +85,7 @@ integrations. With user feedback, those are continuously improved.
**More Connector and Change Data Capture Support**
- Change-Data-Capture: Capturing a stream of data changes, directly from databases, by attaching to the
- transaction log. The community is adding more CDC intrgrations.
+ transaction log. The community is adding more CDC integrations.
- External CDC connectors: [https://flink-packages.org/packages/cdc-connectors](https://flink-packages.org/packages/cdc-connectors)
- Background: [FLIP-105](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=147427289)
(CDC support for SQL) and [Debezium](https://debezium.io/).
From 80e2607c3ac89174993a0b2ef130ab6cd99a50be Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:57:28 -0500
Subject: [PATCH 05/10] [hotfix] Fixed verbiage of 'Having a Question?' to
'Have a Question' along with links (missed one)
---
gettinghelp.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gettinghelp.md b/gettinghelp.md
index 044ee63109..1397fc4ddd 100644
--- a/gettinghelp.md
+++ b/gettinghelp.md
@@ -6,7 +6,7 @@ title: "Getting Help"
{% toc %}
-## Having a Question?
+## Have a Question?
The Apache Flink community answers many user questions every day. You can search for answers and advice in the archives or reach out to the community for help and guidance.
From 466995ed3cb81dd1e0a25db288c870664d778e24 Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 09:58:55 -0500
Subject: [PATCH 06/10] [hotfix] Fixed misspelled usage of 'compatibel' to
'compatible'
---
content/roadmap.html | 2 +-
roadmap.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/roadmap.html b/content/roadmap.html
index e202ddc937..40cbff1e67 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -445,7 +445,7 @@
Applications vs. Clusters;
-
Reactive Scaling lets Flink applications change their parallelism in response to growing and shrinking
-worker pools, and makes Flink compatibel with standard auto-scalers:
+worker pools, and makes Flink compatible with standard auto-scalers:
FLIP-159
-
diff --git a/roadmap.md b/roadmap.md
index ef384da2c9..18dbd12cce 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -193,7 +193,7 @@ Deploy Flink jobs as self-contained Applications works for all deployment target
([FLIP-85](https://cwiki.apache.org/confluence/display/FLINK/FLIP-85+Flink+Application+Mode)).
- Reactive Scaling lets Flink applications change their parallelism in response to growing and shrinking
- worker pools, and makes Flink compatibel with standard auto-scalers:
+ worker pools, and makes Flink compatible with standard auto-scalers:
[FLIP-159](https://cwiki.apache.org/confluence/display/FLINK/FLIP-159%3A+Reactive+Mode)
- Kubernetes-based HA-services let Flink applications run on Kubernetes without requiring a ZooKeeper dependency:
From e49051496de8af1380b85284b44bb6bf603e773c Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 10:00:56 -0500
Subject: [PATCH 07/10] [hotfix] Fixed misspelled usage of 'folllows' to
'follows'
---
content/contributing/reviewing-prs.html | 2 +-
contributing/reviewing-prs.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/contributing/reviewing-prs.html b/content/contributing/reviewing-prs.html
index 4b7a5341b6..925e6914f0 100644
--- a/content/contributing/reviewing-prs.html
+++ b/content/contributing/reviewing-prs.html
@@ -289,7 +289,7 @@
4. Does the Implementation Follow the Agreed Upon Overall Approach/Architecture?
-In this step, we check if a contribution folllows the agreed upon approach from the previous discussion in Jira or the mailing lists.
+In this step, we check if a contribution follows the agreed upon approach from the previous discussion in Jira or the mailing lists.
This question should be answerable from the Pull Request description (or the linked Jira) as much as possible.
diff --git a/contributing/reviewing-prs.md b/contributing/reviewing-prs.md
index 6ddd2c5604..4c99c0c9d3 100644
--- a/contributing/reviewing-prs.md
+++ b/contributing/reviewing-prs.md
@@ -61,7 +61,7 @@ This question can be answered with
### 4. Does the Implementation Follow the Agreed Upon Overall Approach/Architecture?
-In this step, we check if a contribution folllows the agreed upon approach from the previous discussion in Jira or the mailing lists.
+In this step, we check if a contribution follows the agreed upon approach from the previous discussion in Jira or the mailing lists.
This question should be answerable from the Pull Request description (or the linked Jira) as much as possible.
From 0b372fb9114fea13b6f72463e440342e7e27305f Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 10:04:57 -0500
Subject: [PATCH 08/10] [hotfix] Fixed verbiage of '...evolve and to contribute
to...' to '..evolve and contribute to...' for clarity
---
content/contributing/code-style-and-quality-preamble.html | 2 +-
contributing/code-style-and-quality-preamble.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/contributing/code-style-and-quality-preamble.html b/content/contributing/code-style-and-quality-preamble.html
index 1234a051ab..80a2a15bca 100644
--- a/content/contributing/code-style-and-quality-preamble.html
+++ b/content/contributing/code-style-and-quality-preamble.html
@@ -276,7 +276,7 @@ Apache Flink Code Style and Quality Guide — Preamble
-
-
In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and to contribute to.
+ In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and contribute to.
diff --git a/contributing/code-style-and-quality-preamble.md b/contributing/code-style-and-quality-preamble.md
index 3b672fc3b4..667bc4e9a8 100644
--- a/contributing/code-style-and-quality-preamble.md
+++ b/contributing/code-style-and-quality-preamble.md
@@ -22,4 +22,4 @@ A big part of high-quality open source contributions is about helping the review
[^1]:
- In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and to contribute to.
+ In earlier days, we (the Flink community) did not always pay sufficient attention to this, making some components of Flink harder to evolve and contribute to.
From f72c08484b1b9373cae42922a8428820cd20a353 Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 10:06:03 -0500
Subject: [PATCH 09/10] [hotfix] Fixed verbiage / misspelling from 'hences' to
'hence'
---
content/contributing/code-style-and-quality-components.html | 2 +-
contributing/code-style-and-quality-components.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/contributing/code-style-and-quality-components.html b/content/contributing/code-style-and-quality-components.html
index b7a24ac1e2..7f9f742e48 100644
--- a/content/contributing/code-style-and-quality-components.html
+++ b/content/contributing/code-style-and-quality-components.html
@@ -403,7 +403,7 @@ Compatibility
- Backwards compatibility for state in streaming SQL relies on the fact that the physical execution plan remains stable. Otherwise the generated Operator Names/IDs change and state cannot be matched and restored.
- - Every bug fix that leads to changes in the optimized physical plan of a streaming pipeline hences breaks compatibility.
+ - Every bug fix that leads to changes in the optimized physical plan of a streaming pipeline hence breaks compatibility.
- As a consequence, changes of the kind that lead to different optimizer plans can only be merged in major releases for now.
diff --git a/contributing/code-style-and-quality-components.md b/contributing/code-style-and-quality-components.md
index 0478b78416..f881cad12b 100644
--- a/contributing/code-style-and-quality-components.md
+++ b/contributing/code-style-and-quality-components.md
@@ -128,7 +128,7 @@ Avoid full integration tests
Don’t introduce physical plan changes in minor releases!
* Backwards compatibility for state in streaming SQL relies on the fact that the physical execution plan remains stable. Otherwise the generated Operator Names/IDs change and state cannot be matched and restored.
-* Every bug fix that leads to changes in the optimized physical plan of a streaming pipeline hences breaks compatibility.
+* Every bug fix that leads to changes in the optimized physical plan of a streaming pipeline hence breaks compatibility.
* As a consequence, changes of the kind that lead to different optimizer plans can only be merged in major releases for now.
From f8630bbae0699fdedfe8d1f50d06b3be1ea879c7 Mon Sep 17 00:00:00 2001
From: Rion Williams
Date: Wed, 29 Sep 2021 10:07:32 -0500
Subject: [PATCH 10/10] [hotfix] Fixed misspelled usage of 'docummentation' to
'documentation'
---
content/contributing/docs-style.html | 2 +-
contributing/docs-style.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/contributing/docs-style.html b/content/contributing/docs-style.html
index 950946f5d7..80e1ba26ce 100644
--- a/content/contributing/docs-style.html
+++ b/content/contributing/docs-style.html
@@ -711,7 +711,7 @@ Code
-
Commands in code blocks. Commands can be documented using bash syntax
highlighted code blocks. The following items should be considered when adding
-commands to the docummentation:
+commands to the documentation:
- Use long parameter names. Long parameter names help the reader to
understand the purpose of the command. They should be preferred over their
diff --git a/contributing/docs-style.md b/contributing/docs-style.md
index 08dbef7b16..2fdb266338 100644
--- a/contributing/docs-style.md
+++ b/contributing/docs-style.md
@@ -465,7 +465,7 @@ Or using plain HTML:
* **Commands in code blocks.** Commands can be documented using `bash` syntax
highlighted code blocks. The following items should be considered when adding
- commands to the docummentation:
+ commands to the documentation:
* **Use long parameter names.** Long parameter names help the reader to
understand the purpose of the command. They should be preferred over their
short counterparts.