Skip to content

Commit

Permalink
[bugfix][s3Readshift] remove supportedDataSaveModeValues on S3Redshif…
Browse files Browse the repository at this point in the history
…tSink
  • Loading branch information
ic4y committed Jul 19, 2023
1 parent a986da9 commit 6eb3428
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,8 @@ public SinkWriter<SeaTunnelRow, FileCommitInfo, FileSinkState> restoreWriter(
}

@Override
public DataSaveMode getDataSaveMode() {
return saveMode;
}

@Override
public List<DataSaveMode> supportedDataSaveModeValues() {
return Collections.singletonList(saveMode);
public DataSaveMode getUserConfigSaveMode() {
return null;
}

@SneakyThrows
Expand Down

0 comments on commit 6eb3428

Please sign in to comment.