Skip to content

Commit 00377c7

Browse files
empclchenlei677
authored andcommitted
[hotfix][docs] Fix comment typo in MysqlSnapshotSplit (apache#1513)
Co-authored-by: chenlei677 <[email protected]>
1 parent 3d8acc3 commit 00377c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-connector-mysql-cdc/src/main/java/com/ververica/cdc/connectors/mysql/source/split/MySqlSnapshotSplit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class MySqlSnapshotSplit extends MySqlSplit {
3838

3939
@Nullable private final Object[] splitStart;
4040
@Nullable private final Object[] 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. */
4242
@Nullable private final BinlogOffset highWatermark;
4343

4444
@Nullable transient byte[] serializedFormCache;

0 commit comments

Comments
 (0)