Skip to content

Commit

Permalink
[hotfix][docs] Removed reference to "fold" function in "Windows" page (
Browse files Browse the repository at this point in the history
  • Loading branch information
mans2singh committed Apr 19, 2021
1 parent f511680 commit 8d1e3c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/content.zh/docs/dev/datastream/operators/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for the rest of the page.
[.evictor(...)] <- optional: "evictor" (else no evictor)
[.allowedLateness(...)] <- optional: "lateness" (else zero)
[.sideOutputLateData(...)] <- optional: "output tag" (else no side output for late data)
.reduce/aggregate/fold/apply() <- required: "function"
.reduce/aggregate/apply() <- required: "function"
[.getSideOutput(...)] <- optional: "output tag"

**Non-Keyed Windows**
Expand All @@ -55,7 +55,7 @@ for the rest of the page.
[.evictor(...)] <- optional: "evictor" (else no evictor)
[.allowedLateness(...)] <- optional: "lateness" (else zero)
[.sideOutputLateData(...)] <- optional: "output tag" (else no side output for late data)
.reduce/aggregate/fold/apply() <- required: "function"
.reduce/aggregate/apply() <- required: "function"
[.getSideOutput(...)] <- optional: "output tag"

In the above, the commands in square brackets ([...]) are optional. This reveals that Flink allows you to customize your
Expand Down
4 changes: 2 additions & 2 deletions docs/content/docs/dev/datastream/operators/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ for the rest of the page.
[.evictor(...)] <- optional: "evictor" (else no evictor)
[.allowedLateness(...)] <- optional: "lateness" (else zero)
[.sideOutputLateData(...)] <- optional: "output tag" (else no side output for late data)
.reduce/aggregate/fold/apply() <- required: "function"
.reduce/aggregate/apply() <- required: "function"
[.getSideOutput(...)] <- optional: "output tag"

**Non-Keyed Windows**
Expand All @@ -55,7 +55,7 @@ for the rest of the page.
[.evictor(...)] <- optional: "evictor" (else no evictor)
[.allowedLateness(...)] <- optional: "lateness" (else zero)
[.sideOutputLateData(...)] <- optional: "output tag" (else no side output for late data)
.reduce/aggregate/fold/apply() <- required: "function"
.reduce/aggregate/apply() <- required: "function"
[.getSideOutput(...)] <- optional: "output tag"

In the above, the commands in square brackets ([...]) are optional. This reveals that Flink allows you to customize your
Expand Down

0 comments on commit 8d1e3c0

Please sign in to comment.