Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyao committed Oct 19, 2022
1 parent 9e2600a commit 6ad6dfe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public class KafkaSourceReader implements SourceReader<SeaTunnelRow, KafkaSource

private volatile boolean running = false;

KafkaSourceReader(ConsumerMetadata metadata, SeaTunnelRowType typeInfo,
KafkaSourceReader(ConsumerMetadata metadata,
DeserializationSchema<SeaTunnelRow> deserializationSchema,
SourceReader.Context context) {
Expand Down

0 comments on commit 6ad6dfe

Please sign in to comment.