You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seatunnel-connectors-v2/connector-databend/src/main/java/org/apache/seatunnel/connectors/seatunnel/databend/sink/DatabendSinkAggregatedCommitter.java
+45-8Lines changed: 45 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ public class DatabendSinkAggregatedCommitter
59
59
60
60
privateConnectionconnection;
61
61
privatebooleanisCdcMode;
62
+
privatevolatilebooleanaborted;
62
63
// Store catalog table to access schema information
63
64
privateCatalogTablecatalogTable;
64
65
@@ -130,14 +131,21 @@ public List<DatabendSinkAggregatedCommitInfo> commit(
0 commit comments