Skip to content

Commit

Permalink
[Fix][Zeta] Fix SinkFlowLifeCycle without init lastCommitInfo (#5152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Jul 27, 2023
1 parent 1f94676 commit 3e9b9f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public SinkFlowLifeCycle(
public void init() throws Exception {
this.writerStateSerializer = sinkAction.getSink().getWriterStateSerializer();
this.committer = sinkAction.getSink().createCommitter();
this.lastCommitInfo = Optional.empty();
}

@Override
Expand Down

0 comments on commit 3e9b9f5

Please sign in to comment.