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: flink-connector-mysql-cdc/src/main/java/com/ververica/cdc/connectors/mysql/source/split/MySqlSnapshotSplit.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public class MySqlSnapshotSplit extends MySqlSplit {
38
38
39
39
@NullableprivatefinalObject[] splitStart;
40
40
@NullableprivatefinalObject[] splitEnd;
41
-
/** The high watermark is not bull when the split read finished. */
41
+
/** The high watermark is not null when the split read finished. */
0 commit comments