Skip to content

Commit

Permalink
[Improve][CDC] adjust code style
Browse files Browse the repository at this point in the history
  • Loading branch information
happyboy1024 committed Jul 11, 2023
1 parent d65d52b commit 45f8505
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ private boolean shouldEmit(SourceRecord sourceRecord) {
if (hasEnterPureBinlogPhase(tableId, position)) {
return true;
}
// not enter pure binlog mode and need to check whether the current record meets the emitting
// conditions.
// not enter pure binlog mode and need to check whether the current record meets the
// emitting conditions.
if (finishedSplitsInfo.containsKey(tableId)) {
for (CompletedSnapshotSplitInfo splitInfo : finishedSplitsInfo.get(tableId)) {
if (taskContext.isRecordBetween(
Expand Down

0 comments on commit 45f8505

Please sign in to comment.