Skip to content

Commit

Permalink
[hotfix][core] Make the example for checkpointed SourceFunction a bit…
Browse files Browse the repository at this point in the history
… less strange.
  • Loading branch information
StephanEwen committed Sep 7, 2021
1 parent 0128976 commit 650cfcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
*
* if (context.isRestored()) {
* for (Long count : this.checkpointedCount.get()) {
* this.count = count;
* this.count += count;
* }
* }
* }
Expand Down

0 comments on commit 650cfcf

Please sign in to comment.