Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Jan 15, 2024
1 parent 159d01c commit 52cb4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public List<WriteResult> complete() {

/** Reset record writer */
private void resetWriter() {
this.writer = null;
this.writer = createTaskWriter();
this.recordConverter = new SeaTunnelRowConverter(table, config);
}

private void flush() {
Expand Down

0 comments on commit 52cb4fb

Please sign in to comment.