Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui committed Mar 21, 2024
1 parent f2040f4 commit 75b189d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class KafkaTaskInfo extends RoutineLoadTaskInfo {
public KafkaTaskInfo(UUID id, long jobId, String clusterName,
long timeoutMs, int timeoutBackOffCount,
Map<Integer, Long> partitionIdToOffset, boolean isMultiTable) {
super(id, jobId, timeoutMs, timeoutBackOffCount, isMultiTable);
super(id, jobId, clusterName, timeoutMs, timeoutBackOffCount, isMultiTable);
this.partitionIdToOffset = partitionIdToOffset;
}

Expand Down

0 comments on commit 75b189d

Please sign in to comment.