Skip to content

Commit

Permalink
[hotfix-#1212][sqlserver cdc] Fix the npe using sqlserver cdc connect…
Browse files Browse the repository at this point in the history
…or in standalone mode. (#1219)
  • Loading branch information
limengyao0809 authored Sep 6, 2022
1 parent a2ce79f commit 6561d50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ public class SqlServerCdcInputFormatBuilder

protected String tableFormat = "%s.%s";

protected SqlServerCdcInputFormat format;

public SqlServerCdcInputFormatBuilder() {
super(new SqlServerCdcInputFormat());
}
Expand Down

0 comments on commit 6561d50

Please sign in to comment.