Skip to content

Commit

Permalink
Check pureBinlogPhaseTables set before call getBinlogPosition method …
Browse files Browse the repository at this point in the history
…in BinlogSplitReader
  • Loading branch information
qiaozongmi committed Sep 23, 2024
1 parent b710750 commit f041189
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ private BinlogOffset createDataEventsForTable(
snapshotSplit.getSplitKeyType().getFieldCount(),
sourceConfig.getFetchSize())
) {

selectStatement.execute();
ResultSet rs = selectStatement.getResultSet();

Expand Down

0 comments on commit f041189

Please sign in to comment.