Skip to content

Commit b733b14

Browse files
hantmacHisoka-X
andauthored
Update seatunnel-connectors-v2/connector-databend/src/main/java/org/apache/seatunnel/connectors/seatunnel/databend/sink/DatabendSinkAggregatedCommitter.java
Co-authored-by: Jia Fan <[email protected]>
1 parent 778954f commit b733b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seatunnel-connectors-v2/connector-databend/src/main/java/org/apache/seatunnel/connectors/seatunnel/databend/sink/DatabendSinkAggregatedCommitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private String getCurrentTimestamp() {
129129
public List<DatabendSinkAggregatedCommitInfo> commit(
130130
List<DatabendSinkAggregatedCommitInfo> aggregatedCommitInfos) throws IOException {
131131
// Perform final merge operation in CDC mode only when necessary
132-
if (isCdcMode && shouldPerformMerge()) {
132+
if (isCdcMode) {
133133
performMerge(aggregatedCommitInfos);
134134
}
135135

0 commit comments

Comments
 (0)