Skip to content

Commit

Permalink
[update][plugin][hbase20xsqlreader] Remove redundant initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wgzhao committed Oct 30, 2024
1 parent fe7e2b2 commit fbe2f40
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ public class HBase20xSQLReaderTask
private static final Logger LOG = LoggerFactory.getLogger(HBase20xSQLReaderTask.class);

private final Configuration readerConfig;
private int taskGroupId = -1;
private int taskId = -1;
private int taskGroupId;
private int taskId;

public HBase20xSQLReaderTask(Configuration config, int taskGroupId, int taskId)
{
Expand Down

0 comments on commit fbe2f40

Please sign in to comment.