Skip to content

Commit

Permalink
[polish] Add type parameter for MySqlRecords(#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer authored Jul 25, 2023
1 parent 6c2fe08 commit bca60a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public final class MySqlRecords implements RecordsWithSplitIds<SourceRecords> {

public MySqlRecords(
@Nullable String splitId,
@Nullable Iterator recordsForSplit,
@Nullable Iterator<SourceRecords> recordsForSplit,
Set<String> finishedSnapshotSplits) {
this.splitId = splitId;
this.recordsForSplit = recordsForSplit;
Expand Down

0 comments on commit bca60a4

Please sign in to comment.